We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 658f48e commit 5dd44f1Copy full SHA for 5dd44f1
.gitignore
@@ -17,4 +17,5 @@ dist/
17
/glad-rs/
18
/rust/
19
target/
20
-Cargo.lock
+Cargo.lock
21
+.vscode/
example/c/gl_glfw.c
@@ -1,6 +1,7 @@
1
#include <stdlib.h>
2
#include <stdio.h>
3
4
+#define GLAD_GL_IMPLEMENTATION // Necessary for headeronly version.
5
#include <glad/gl.h>
6
7
#include <GLFW/glfw3.h>
0 commit comments