7 lines
80 B
GLSL
7 lines
80 B
GLSL
uniform vec4 emissiveColor;
|
|
|
|
void main(void)
|
|
{
|
|
gl_FragColor = emissiveColor;
|
|
}
|