mirror of
https://github.com/MaSzyna-EU07/maszyna.git
synced 2026-07-18 04:19:19 +02:00
8 lines
48 B
GLSL
8 lines
48 B
GLSL
#version 330
|
|
|
|
in vec2 f_coord;
|
|
|
|
void main()
|
|
{
|
|
}
|