lmao
This commit is contained in:
parent
6c47960b69
commit
c3e49cd78e
10 changed files with 81 additions and 5 deletions
7
examples/debug/shaders/vertexShader.vert
Normal file
7
examples/debug/shaders/vertexShader.vert
Normal file
|
@ -0,0 +1,7 @@
|
|||
#version 330 core
|
||||
layout (location = 0) in vec3 aPos;
|
||||
|
||||
void main()
|
||||
{
|
||||
gl_Position = vec4(aPos.x, aPos.y, aPos.z, 1.0);
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue