Vulkan: Support using SSBOs instead texel buffers

This commit is contained in:
Connor McLaughlin
2020-06-24 01:40:01 +10:00
parent 08ef8c1e8d
commit 832c7a1192
2 changed files with 55 additions and 16 deletions

View File

@ -121,4 +121,6 @@ private:
// [depth_24][interlace_mode]
DimensionalArray<VkPipeline, 3, 2> m_display_pipelines{};
bool m_use_ssbos_for_vram_writes = false;
};