From b53a1285f75a6d8eda6d4e96f3d7bb3faa442962 Mon Sep 17 00:00:00 2001 From: nathan Date: Sat, 9 Aug 2025 00:27:38 -0600 Subject: Figured out the shader thingy --- src/utils.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/utils.h') diff --git a/src/utils.h b/src/utils.h index 4f6bf6d..4f09c0d 100644 --- a/src/utils.h +++ b/src/utils.h @@ -30,6 +30,8 @@ #define ALLOCATION_ERROR TraceLog(LOG_ERROR, "Allocation error in %s:%d", \ __FILE__, __LINE__) +#define PLATFORM_DESKTOP + // GLSL version #ifdef PLATFORM_DESKTOP #define GLSL_VERSION 330 -- cgit v1.2.3