6 lines
79 B
Text
6 lines
79 B
Text
|
uniform vec4 geometryColor;
|
||
|
|
||
|
void main() {
|
||
|
gl_FragColor = geometryColor;
|
||
|
}
|