mirror of
https://github.com/MobileGL-Dev/MobileGlues.git
synced 2025-09-22 02:32:29 -04:00
[Chore] (multidraw: compute): get rid of more junk
This commit is contained in:
parent
a5af2ed084
commit
854b8c3089
@ -305,8 +305,6 @@ std::vector<GLuint> g_prefix_sum;
|
||||
GLuint g_prefixsumbuffer = 0;
|
||||
GLuint g_outputibo = 0;
|
||||
GLuint g_compute_program = 0;
|
||||
GLuint g_compute_program_t1 = 0;
|
||||
GLuint g_compute_program_t2 = 0;
|
||||
char g_compile_info[1024];
|
||||
|
||||
GLuint compile_compute_program(const std::string& src) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user