I’m still lost with this part.
Looking at the geom-deluxe.inc, could I do it this way after changing mask_type to mask_picker in the .Inc, to accommodate subpixel-masks.h?
vec3 mask = mask_weights(xy, aperture_strength.x, int mask_picker);
I’m still lost with this part.
Looking at the geom-deluxe.inc, could I do it this way after changing mask_type to mask_picker in the .Inc, to accommodate subpixel-masks.h?
vec3 mask = mask_weights(xy, aperture_strength.x, int mask_picker);
You can just look at what I did here:
Thank God! That makes my life easier, lol. Thanks for the help.
EDIT: Got this working in crt-guest-dr-venom, thanks so much.