8 lines
82 B
Plaintext
8 lines
82 B
Plaintext
OUTPUT
|
|
|
|
uniform float dim;
|
|
|
|
void main() {
|
|
outColor = vec4(0.0, 0.0, 0.0, dim);
|
|
}
|