mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-29 12:19:12 +00:00
ubo streaming
This commit is contained in:
parent
e0ffdda26e
commit
a526fc5f92
2 changed files with 20 additions and 10 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue