mirror of
https://github.com/MaSzyna-EU07/maszyna.git
synced 2026-03-22 15:05:03 +01:00
8 lines
48 B
GLSL
8 lines
48 B
GLSL
#version 330
|
|
|
|
in vec2 f_coord;
|
|
|
|
void main()
|
|
{
|
|
}
|