#undef CORE_OPENGL_33
This commit is contained in:
parent
cf957429ec
commit
d6d88bcfce
|
|
@ -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)
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user