mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-24 18:01:56 +00:00
create StreamBuffer class for ogl upload
This commit is contained in:
parent
011e326698
commit
30170575c8
9 changed files with 199 additions and 124 deletions
|
@ -164,10 +164,8 @@ private:
|
|||
static GLuint CurrentProgram;
|
||||
static u64 CurrentShaderProgram;
|
||||
|
||||
static GLuint s_ps_vs_ubo;
|
||||
static u32 s_ubo_iterator;
|
||||
static GLintptr s_vs_data_offset;
|
||||
static float *s_ubo_buffer;
|
||||
static u8 *s_ubo_buffer;
|
||||
static u32 s_ubo_buffer_size;
|
||||
static bool s_ubo_dirty;
|
||||
static void SetProgramVariables(PCacheEntry &entry);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue