Remove deprecated and unsued OpenGL backend

This commit is contained in:
Wojtek Figat
2020-12-30 11:27:37 +01:00
parent 4c205be617
commit 5e469a0ae3
68 changed files with 5 additions and 26520 deletions

View File

@@ -33,11 +33,7 @@
#define GPU_ALLOW_PROFILE_EVENTS (!BUILD_RELEASE)
// Enable/disable creating GPU resources on separate threads (otherwise only the main thread can be used)
#if GRAPHICS_API_OPENGL
#define GPU_ENABLE_ASYNC_RESOURCES_CREATION 0
#else
#define GPU_ENABLE_ASYNC_RESOURCES_CREATION 1
#endif
// Enable/disable force shaders recompilation
#define GPU_FORCE_RECOMPILE_SHADERS 0