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