mirror of
https://github.com/MCLx86/xtreemtest.git
synced 2025-12-14 02:45:30 +01:00
Initial commit
This commit is contained in:
6
client/shaders/stars_shader/opengl_fragment.glsl
Normal file
6
client/shaders/stars_shader/opengl_fragment.glsl
Normal file
@@ -0,0 +1,6 @@
|
||||
uniform vec4 starColor;
|
||||
|
||||
void main(void)
|
||||
{
|
||||
gl_FragColor = starColor;
|
||||
}
|
||||
Reference in New Issue
Block a user