9 lines
76 B
Plaintext
9 lines
76 B
Plaintext
|
|
OUTPUT
|
|
|
|
uniform vec3 color;
|
|
|
|
void main() {
|
|
outColor = vec4(color, 1.0);
|
|
}
|