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