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/red.fs.glsl

6 lines
64 B
GLSL

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