5 lines
70 B
GLSL
5 lines
70 B
GLSL
void main(void)
|
|
{
|
|
gl_Position = mWorldViewProj * inVertexPosition;
|
|
}
|