diff options
| author | Aaditya Dhruv <[email protected]> | 2026-01-25 15:10:37 -0600 |
|---|---|---|
| committer | Aaditya Dhruv <[email protected]> | 2026-01-25 15:10:37 -0600 |
| commit | 118980e02e59ff31871df59dce257075394f3533 (patch) | |
| tree | 26fba4492bb4b561d21bf49b35d892a821d54fab /src/shader.h | |
| parent | 0e6e1245b70df4dfcba135d50e1b53d1a8ef7eb8 (diff) | |
wip
Diffstat (limited to 'src/shader.h')
| -rw-r--r-- | src/shader.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/shader.h b/src/shader.h new file mode 100644 index 0000000..c613708 --- /dev/null +++ b/src/shader.h @@ -0,0 +1,5 @@ +#include "glad/glad.h" + +//Load a vertex and framgent shader defined in +//the shaders/ directory. +GLuint shader_init(); |
