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
2019-04-02 13:10:36 +02:00

9 lines
115 B
GLSL

#include <common>
layout(location = 0) out vec4 out_color;
void main()
{
out_color = vec4(scene_extra, 1.0f);
}