This leaves some of the unresolved case where we still need both implementation.
7 lines
112 B
GLSL
7 lines
112 B
GLSL
|
|
void main()
|
|
{
|
|
gl_Position = ModelViewProjectionMatrix * vec4(pos.xyz, 1.0f);
|
|
texCoord_interp = texCoord;
|
|
}
|