mirror of
https://github.com/dragonfireclient/dragonfireclient.git
synced 2024-11-23 11:14:01 -05:00
cdcf7dca7c
IrrLicht built-in shader is broken, have to write my own
6 lines
72 B
GLSL
6 lines
72 B
GLSL
uniform vec4 starColor;
|
|
|
|
void main(void)
|
|
{
|
|
gl_FragColor = starColor;
|
|
}
|