diff options
author | lonkaars <loek@pipeframe.xyz> | 2024-05-18 10:58:08 +0200 |
---|---|---|
committer | lonkaars <loek@pipeframe.xyz> | 2024-05-18 10:58:08 +0200 |
commit | 1f24a2196641f7d832300fd45c7f5e89559ecc34 (patch) | |
tree | dd9316c305118d269f9043a421bf7af9273a6723 /uniform.h | |
parent | e74b821cf13869a99ac2933493207680d6666186 (diff) |
more problem isolation
Diffstat (limited to 'uniform.h')
-rw-r--r-- | uniform.h | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/uniform.h b/uniform.h deleted file mode 100644 index d7c58b3..0000000 --- a/uniform.h +++ /dev/null @@ -1,10 +0,0 @@ -#pragma once - -#include <stdlib.h> -#include <GL/glew.h> -#include <GLFW/glfw3.h> -#include <GL/gl.h> - -void init_uniform(GLuint shader, GLFWwindow* window); -void update_uniform(); - |