6 lines
94 B
GLSL
6 lines
94 B
GLSL
// -*-C++-*-
|
|
void shMain() {
|
|
|
|
gl_Position = sh_Ortho * sh_View * sh_Model * sh_Vertex;
|
|
|
|
}
|