mirror of
https://github.com/MaSzyna-EU07/maszyna.git
synced 2026-03-22 15:05:03 +01:00
9 lines
79 B
GLSL
9 lines
79 B
GLSL
#version 330
|
|
|
|
#include <common>
|
|
|
|
void main()
|
|
{
|
|
gl_FragData[0] = vec4(1.0f);
|
|
}
|