This repository has been archived on 2026-05-22. You can view files and clone it, but cannot push or open issues or pull requests.
Files
Diamond/hexworld/res/white.fs.glsl

6 lines
58 B
GLSL

#version 440
void main ()
{
gl_FragColor = vec4(1);
}