16
0
mirror of https://github.com/MaSzyna-EU07/maszyna.git synced 2026-07-19 11:09:19 +02:00
Files
maszyna/shaders/mat_invalid.frag
2018-07-23 01:22:36 +02:00

10 lines
123 B
GLSL

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