diff options
Diffstat (limited to 'src/defines.h')
-rw-r--r-- | src/defines.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/defines.h b/src/defines.h index 108edef..67a4f17 100644 --- a/src/defines.h +++ b/src/defines.h @@ -65,7 +65,7 @@ CORE_DEFINE_HANDLE( // NOTE: The below is now handled in xmake.lua // Platform will inform renderer backend (unless user overrides) #if defined(CEL_PLATFORM_LINUX) -#define CEL_REND_BACKEND_OPENGL 1 +// #define CEL_REND_BACKEND_OPENGL 1 // #define CEL_REND_BACKEND_VULKAN 1 #endif @@ -79,4 +79,4 @@ CORE_DEFINE_HANDLE( // #define CEL_REND_BACKEND_METAL 1 #define CEL_REND_BACKEND_OPENGL 1 // #define CEL_REND_BACKEND_VULKAN 1 -#endif
\ No newline at end of file +#endif |