From ee1b7fd3bc66501b252ce9e3e5ba89ac9aa54632 Mon Sep 17 00:00:00 2001 From: omniscient <17525998+omnisci3nce@users.noreply.github.com> Date: Sat, 10 Aug 2024 23:18:22 +1000 Subject: more work on bindings and ral --- src/defines.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/defines.h') 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 -- cgit v1.2.3-70-g09d2