diff options
author | amy <[email protected]> | 2023-05-26 17:27:46 +0000 |
---|---|---|
committer | amy <[email protected]> | 2023-05-26 17:27:46 +0000 |
commit | 6ecdbc879bb12dde9ea57d35fb482b6c1a4727f2 (patch) | |
tree | 0a364e002fe87572b9de76741e00e1c2453e9c37 /src/glfww.h | |
parent | f24f476724d5585e253b7e9b7f1b767fe5c8bb6c (diff) |
a
Diffstat (limited to 'src/glfww.h')
-rw-r--r-- | src/glfww.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/glfww.h b/src/glfww.h index 7510723..2017a8b 100644 --- a/src/glfww.h +++ b/src/glfww.h @@ -17,9 +17,7 @@ glBegin(GL_POINTS);\ glfw_pixel_partial(wi,x,y);\ glEnd(); -GLuint vshader_comp(const char*); -GLuint fshader_comp(const char*); -GLuint build_shader(GLuint, GLuint); + GLFWwindow* glfw_init(); void glfw_loop(GLFWwindow*); int get_h(); |