GPU/HW: Support SSBOs instead of texture buffers for VRAM writes

This commit is contained in:
Connor McLaughlin
2020-06-24 01:39:53 +10:00
parent eec37df1e0
commit 08ef8c1e8d
6 changed files with 44 additions and 13 deletions

View File

@ -97,4 +97,5 @@ private:
bool m_supports_texture_buffer = false;
bool m_supports_geometry_shaders = false;
bool m_use_ssbo_for_vram_writes = false;
};