mirror of
https://github.com/MobileGL-Dev/MobileGlues.git
synced 2025-09-20 09:44:51 -04:00
Update multidraw.cpp (#25)
"The line GLES.glGenBuffers(1, &g_prefixsumbuffer); was prevented from being written twice."
This commit is contained in:
parent
372e1c8142
commit
da80aa0a73
@ -456,7 +456,6 @@ GLAPI GLAPIENTRY void mg_glMultiDrawElementsBaseVertex_compute(
|
||||
GLES.glGenBuffers(1, &g_prefixsumbuffer);
|
||||
GLES.glGenBuffers(1, &g_firstidx_ssbo);
|
||||
GLES.glGenBuffers(1, &g_basevtx_ssbo);
|
||||
GLES.glGenBuffers(1, &g_prefixsumbuffer);
|
||||
GLES.glGenBuffers(1, &g_outputibo);
|
||||
|
||||
g_compute_program = compile_compute_program(multidraw_comp_shader);
|
||||
|
Loading…
x
Reference in New Issue
Block a user