7 lines
62 B
GLSL
7 lines
62 B
GLSL
|
// -*-C++-*-
|
||
|
void shMain() {
|
||
|
|
||
|
gl_FragColor = sh_Color;
|
||
|
|
||
|
}
|