diff options
author | omniscient <17525998+omnisci3nce@users.noreply.github.com> | 2024-07-19 09:56:36 +1000 |
---|---|---|
committer | omniscient <17525998+omnisci3nce@users.noreply.github.com> | 2024-07-19 09:56:36 +1000 |
commit | 0942a484a90695749f05d49273951f2b8d452866 (patch) | |
tree | 319aff81e879168b152505875e608aee26fed5ff /src/defines.h | |
parent | 01d598220b403f4ac4da3b7aa1f0ce398be3198f (diff) |
merge
Diffstat (limited to 'src/defines.h')
-rw-r--r-- | src/defines.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/defines.h b/src/defines.h index 1f0eae7..2edba8a 100644 --- a/src/defines.h +++ b/src/defines.h @@ -68,5 +68,6 @@ CORE_DEFINE_HANDLE(Handle); // Untyped handle that can be casted to a strongly t #if defined(CEL_PLATFORM_MAC) // #define CEL_REND_BACKEND_METAL 1 -#define CEL_REND_BACKEND_OPENGL 1 +// #define CEL_REND_BACKEND_OPENGL 1 +#define CEL_REND_BACKEND_VULKAN 1 #endif |