mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-18 12:43:44 -04:00
6 lines
100 B
GLSL
6 lines
100 B
GLSL
// Uniform inputs
|
|
uniform mat4 p3d_ModelViewProjectionMatrix;
|
|
|
|
// Vertex inputs
|
|
in vec4 p3d_Vertex;
|