16
0
mirror of https://github.com/MaSzyna-EU07/maszyna.git synced 2026-07-18 03:09:18 +02:00
Files
maszyna/shaders/map.frag
milek7 e603d2fefe map
2018-08-02 20:41:39 +02:00

9 lines
79 B
GLSL

#version 330
#include <common>
void main()
{
gl_FragData[0] = vec4(1.0f);
}