7 lines
150 B
Plaintext
7 lines
150 B
Plaintext
|
in fragmentProcessor? child;
|
||
|
|
||
|
void main(float2 coord) {
|
||
|
sk_OutColor = sample(child, float3x3(0.5));
|
||
|
sk_OutColor = sample(child, coord / 2);
|
||
|
}
|