mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-21 05:09:34 -06:00
ubo streaming
This commit is contained in:
@ -154,6 +154,7 @@ private:
|
||||
static ShaderUID CurrentShaderProgram;
|
||||
|
||||
static GLuint s_ps_vs_ubo;
|
||||
static u32 s_ubo_iterator;
|
||||
static GLintptr s_vs_data_offset;
|
||||
static float *s_ubo_buffer;
|
||||
static u32 s_ubo_buffer_size;
|
||||
|
Reference in New Issue
Block a user