summaryrefslogtreecommitdiff
path: root/src/defines.h
diff options
context:
space:
mode:
authoromniscient <17525998+omnisci3nce@users.noreply.github.com>2024-03-31 17:37:40 +1100
committeromniscient <17525998+omnisci3nce@users.noreply.github.com>2024-03-31 17:37:40 +1100
commit1a55bc92eaae3509a18e468198772b8888397492 (patch)
tree25b75d8b0f62d76c815af2e1dc096827a84b0248 /src/defines.h
parent1b4c27d514423c9e27a93742b8c8e9eb9f588e27 (diff)
redesigning the renderer backend
Diffstat (limited to 'src/defines.h')
-rw-r--r--src/defines.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/defines.h b/src/defines.h
index 4459e1a..811064d 100644
--- a/src/defines.h
+++ b/src/defines.h
@@ -71,6 +71,6 @@ Renderer backend defines:
#endif
#if defined(CEL_PLATFORM_MAC)
-#define CEL_REND_BACKEND_METAL 1
-// #define CEL_REND_BACKEND_OPENGL 1
+// #define CEL_REND_BACKEND_METAL 1
+#define CEL_REND_BACKEND_OPENGL 1
#endif \ No newline at end of file