1
0
Fork 0
fgdata/gui/shaders/canvas-user-default.vert

7 lines
94 B
GLSL
Raw Normal View History

// -*-C++-*-
void shMain() {
2023-03-04 14:11:18 +01:00
gl_Position = sh_Ortho * sh_View * sh_Model * sh_Vertex;
}