This leaves some of the unresolved case where we still need both implementation.
6 lines
82 B
GLSL
6 lines
82 B
GLSL
|
|
void main()
|
|
{
|
|
gl_Position = ModelViewProjectionMatrix * vec4(pos, 0.0, 1.0);
|
|
}
|