7 lines
118 B
Plaintext
7 lines
118 B
Plaintext
|
in fragmentProcessor? child;
|
||
|
uniform float3x3 matrix;
|
||
|
|
||
|
void main() {
|
||
|
sk_OutColor = sample(child, 0.5 * matrix);
|
||
|
}
|