diff options
author | iurii plugatarov <[email protected]> | 2024-08-11 00:17:42 +0200 |
---|---|---|
committer | iurii plugatarov <[email protected]> | 2024-08-11 00:17:42 +0200 |
commit | ee735611611bf7b27bccbca808e5d72da45b9937 (patch) | |
tree | cc42e64bb2e0814db9056d9147e388fe2d3bded0 /src/shader.h | |
parent | 90e85b2fe655a2643535b0f49d99836ac72e724c (diff) | |
download | ogl-ee735611611bf7b27bccbca808e5d72da45b9937.tar.gz |
textures
Diffstat (limited to '')
-rw-r--r-- | src/shader.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/shader.h b/src/shader.h index ee06930..6d53803 100644 --- a/src/shader.h +++ b/src/shader.h @@ -4,7 +4,7 @@ #include <GL/glew.h> typedef struct { - GLuint program; + unsigned int program; } Shader; Shader *shader_create(const char *vertex_path, const char *fragment_path); |