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