aboutsummaryrefslogtreecommitdiff
path: root/src/core/shader_program.h
diff options
context:
space:
mode:
author3gg <3gg@shellblade.net>2025-10-24 14:56:42 -0700
committer3gg <3gg@shellblade.net>2025-10-24 14:56:42 -0700
commitb1c29c40fdc618ab250292f85d8132474fb8843e (patch)
treed5f0f661fba44576db77c7e50758704187b62dd6 /src/core/shader_program.h
parent2ab39850197036f16148a02babf528bc12c07ea5 (diff)
Fix Pong demo, add notes and TODOs
Diffstat (limited to 'src/core/shader_program.h')
-rw-r--r--src/core/shader_program.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/core/shader_program.h b/src/core/shader_program.h
index 1443663..521118d 100644
--- a/src/core/shader_program.h
+++ b/src/core/shader_program.h
@@ -5,8 +5,6 @@
5 5
6#include "gl_util.h" 6#include "gl_util.h"
7 7
8#include <math/fwd.h>
9
10#include <stdbool.h> 8#include <stdbool.h>
11 9
12typedef struct Texture Texture; 10typedef struct Texture Texture;