From f74cf52946f4e569a26bc81105537b40be95c2c7 Mon Sep 17 00:00:00 2001 From: omnisci3nce Date: Fri, 12 Jul 2024 12:47:07 +1000 Subject: wip: big makeover --- src/defines.h | 18 ++---------------- 1 file changed, 2 insertions(+), 16 deletions(-) (limited to 'src/defines.h') diff --git a/src/defines.h b/src/defines.h index e0a7782..1f0eae7 100644 --- a/src/defines.h +++ b/src/defines.h @@ -53,21 +53,6 @@ CORE_DEFINE_HANDLE(Handle); // Untyped handle that can be casted to a strongly t #define PUB // For collecting public APIs to expose in an amalgamation header file -/* -Possible platform defines: -#define CEL_PLATFORM_LINUX 1 -#define CEL_PLATFORM_WINDOWS 1 -#define CEL_PLATFORM_MAC 1 -#define CEL_PLATFORM_HEADLESS 1 -*/ - -/* -Renderer backend defines: -#define CEL_REND_BACKEND_OPENGL 1 -#define CEL_REND_BACKEND_VULKAN 1 -#define CEL_REND_BACKEND_METAL 1 -*/ - // NOTE: The below is now handled in xmake.lua // Platform will inform renderer backend (unless user overrides) #if defined(CEL_PLATFORM_LINUX) @@ -76,8 +61,9 @@ Renderer backend defines: #endif #if defined(CEL_PLATFORM_WINDOWS) +#define CEL_REND_BACKEND_OPENGL 1 // #define CEL_REND_BACKEND_DX11 1 -#define CEL_REND_BACKEND_VULKAN 1 +// #define CEL_REND_BACKEND_VULKAN 1 #endif #if defined(CEL_PLATFORM_MAC) -- cgit v1.2.3-70-g09d2