8 lines
59 B
Plaintext
8 lines
59 B
Plaintext
in vec4 Color;
|
|
|
|
OUTPUT
|
|
|
|
void main() {
|
|
outColor = Color;
|
|
}
|