hello world
This commit is contained in:
@@ -1,8 +1,7 @@
|
||||
#version 430 core
|
||||
#version 460 core
|
||||
|
||||
in vec3 position;
|
||||
in layout(location=0) vec3 position;
|
||||
|
||||
void main()
|
||||
{
|
||||
void main() {
|
||||
gl_Position = vec4(position, 1.0f);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user