#undef CORE_OPENGL_33

This commit is contained in:
Not-Nik 2022-09-18 17:23:45 +02:00
parent cf957429ec
commit d6d88bcfce
No known key found for this signature in database
GPG Key ID: 08BB71E672DB3BFD

View File

@ -2035,6 +2035,8 @@ void rlLoadExtensions(void *loader)
RLGL.ExtSupported.computeShader = GLAD_GL_ARB_compute_shader; RLGL.ExtSupported.computeShader = GLAD_GL_ARB_compute_shader;
RLGL.ExtSupported.ssbo = GLAD_GL_ARB_shader_storage_buffer_object; RLGL.ExtSupported.ssbo = GLAD_GL_ARB_shader_storage_buffer_object;
#endif #endif
#undef CORE_OPENGL_33
#endif // GRAPHICS_API_OPENGL_33 #endif // GRAPHICS_API_OPENGL_33
#if defined(GRAPHICS_API_OPENGL_ES2) #if defined(GRAPHICS_API_OPENGL_ES2)