What is the exact procedure to do the SuperSampling and DownSampling with DefaultRenderingPipeline

Example:

var postProcess = new BABYLON.PassPostProcess("down sampling", BABYLON.ConvolutionPostProcess.EmbossKernel, 0.5, camera);
1 Like