parent
4af6419f43
commit
648339bbe6
38 changed files with 4 additions and 67 deletions
|
|
@ -10,11 +10,6 @@ layout (location = 2) in vec2 inUV;
|
|||
layout (location = 0) out vec3 outNormal;
|
||||
layout (location = 1) out vec2 outUV;
|
||||
|
||||
out gl_PerVertex
|
||||
{
|
||||
vec4 gl_Position;
|
||||
};
|
||||
|
||||
void main(void)
|
||||
{
|
||||
gl_Position = vec4(inPos.xyz, 1.0);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue