Initial commit
This commit is contained in:
8
engines/playground3d/shaders/playground3d_fade.fragment
Normal file
8
engines/playground3d/shaders/playground3d_fade.fragment
Normal file
@@ -0,0 +1,8 @@
|
||||
|
||||
OUTPUT
|
||||
|
||||
uniform float alphaLevel;
|
||||
|
||||
void main() {
|
||||
outColor = vec4(0.0, 0.0, 0.0, alphaLevel);
|
||||
}
|
||||
Reference in New Issue
Block a user