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