8 lines
111 B
GLSL
8 lines
111 B
GLSL
#version 140
|
|
|
|
void main(void) {
|
|
applyTexture();
|
|
applyColorMultiplier();
|
|
applyAlpha();
|
|
applyMask();
|
|
} |