We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5ae70c1 commit 66277b3Copy full SHA for 66277b3
34_framebuffer_switch/sphere.vert
@@ -3,6 +3,6 @@
3
in vec3 vp;
4
uniform mat4 P, V;
5
6
-void main () {
+void main() {
7
gl_Position = P * V * vec4 (vp, 1.0);
8
}
0 commit comments