ho3/resources/shaders/NIU/lightview.fragment

4 lines
54 B
Plaintext
Raw Permalink Normal View History

2024-06-06 13:25:38 +00:00
void main()
{
gl_FragColor = vec4(1.0,1.0,1.0,1.0);
}