Add file
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
#version 450 core
|
||||
layout (location = 0) in vec4 poss;
|
||||
layout (location = 1) in vec4 texAngXX;
|
||||
out vec2 vTexAng;
|
||||
void main()
|
||||
{
|
||||
gl_Position = poss;
|
||||
vTexAng = texAngXX.xy;
|
||||
}
|
||||
Reference in New Issue
Block a user