This commit is contained in:
kostroksen3 2017-08-10 18:16:22 +02:00
parent 52c163021c
commit ccec219a5b
2 changed files with 2 additions and 0 deletions

View File

@ -1,2 +1,3 @@
void main() {
gl_FragColor = vec4( 0, 1, 0, 1 );
}

View File

@ -1,2 +1,3 @@
void main() {
gl_Position = gl_ModelViewProjectionMatrix * gl_Vertex;
}