9 lines
97 B
Plaintext
9 lines
97 B
Plaintext
|
|
OUTPUT
|
|
|
|
uniform float alphaLevel;
|
|
|
|
void main() {
|
|
outColor = vec4(0.0, 0.0, 0.0, alphaLevel);
|
|
}
|