celestia/shaders/depth_vert.glsl

7 lines
74 B
GLSL

attribute vec4 in_Position;
void main(void)
{
set_vp(in_Position);
}