ubo streaming

This commit is contained in:
degasus
2013-01-25 13:20:42 +01:00
parent e0ffdda26e
commit a526fc5f92
2 changed files with 20 additions and 10 deletions

View File

@ -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;