[Chore] (multidraw: compute): get rid of more junk

This commit is contained in:
Swung0x48 2025-04-24 13:17:13 +08:00
parent a5af2ed084
commit 854b8c3089

View File

@ -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) {