Closed cansik closed 7 years ago
The simple builder pattern should also allow running custom pass / shaders:
CustomPass myPass = new CustomPass(); fx.render(canvas) .brightnessContrast(0.1f, 1.0f) .custom(myPass) .compose(passResult);
The simple builder pattern should also allow running custom pass / shaders: