6 lines
91 B
GLSL
6 lines
91 B
GLSL
in fragmentProcessor child;
|
|
|
|
half4 main() {
|
|
return sample(fragmentProcessor(child));
|
|
}
|