12 lines
72 B
GLSL
12 lines
72 B
GLSL
#version 430
|
|
|
|
in VertexData{
|
|
vec3 Position;
|
|
}Input;
|
|
|
|
void main()
|
|
{
|
|
}
|
|
|
|
|