diff options
| author | 3gg <3gg@shellblade.net> | 2025-10-24 14:56:42 -0700 |
|---|---|---|
| committer | 3gg <3gg@shellblade.net> | 2025-10-24 14:56:42 -0700 |
| commit | b1c29c40fdc618ab250292f85d8132474fb8843e (patch) | |
| tree | d5f0f661fba44576db77c7e50758704187b62dd6 /src/core/shader_program.h | |
| parent | 2ab39850197036f16148a02babf528bc12c07ea5 (diff) | |
Fix Pong demo, add notes and TODOs
Diffstat (limited to 'src/core/shader_program.h')
| -rw-r--r-- | src/core/shader_program.h | 2 |
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 | ||
| 12 | typedef struct Texture Texture; | 10 | typedef struct Texture Texture; |
