mirror of
https://github.com/bloeys/nmage.git
synced 2025-12-29 13:28:20 +00:00
Fresh start
This commit is contained in:
@ -1,9 +0,0 @@
|
||||
#version 460 core
|
||||
|
||||
uniform vec3 c;
|
||||
|
||||
out vec4 fragColor;
|
||||
|
||||
void main() {
|
||||
fragColor = vec4(c, 1);
|
||||
}
|
||||
@ -1,7 +0,0 @@
|
||||
#version 460 core
|
||||
|
||||
in vec3 vertPos;
|
||||
|
||||
void main() {
|
||||
gl_Position = vec4(vertPos, 1.0);
|
||||
}
|
||||
Reference in New Issue
Block a user