mirror of
https://github.com/WinampDesktop/winamp.git
synced 2025-06-15 15:25:45 -04:00
Vulkan: Support using SSBOs instead texel buffers
This commit is contained in:
@ -121,4 +121,6 @@ private:
|
||||
|
||||
// [depth_24][interlace_mode]
|
||||
DimensionalArray<VkPipeline, 3, 2> m_display_pipelines{};
|
||||
|
||||
bool m_use_ssbos_for_vram_writes = false;
|
||||
};
|
||||
|
Reference in New Issue
Block a user