Added own shaders
This commit is contained in:
7
shaders/basic.vert
Normal file
7
shaders/basic.vert
Normal file
@@ -0,0 +1,7 @@
|
||||
#version 330 core
|
||||
|
||||
layout(location = 0) in vec3 position;
|
||||
|
||||
void main() {
|
||||
gl_Position = vec4(position, 1.0f);
|
||||
}
|
||||
Reference in New Issue
Block a user