5 lines
76 B
Plaintext
5 lines
76 B
Plaintext
uniform shader child;
|
|
half4 main(float2 p) {
|
|
return child.eval(p.yx);
|
|
}
|