Files
2026-02-02 04:50:13 +01:00

8 lines
59 B
Plaintext

in vec4 Color;
OUTPUT
void main() {
outColor = Color;
}