Esempio n. 1
0
 public override void Render(PostProcessRenderContext context)
 {
     orderIndependentTransparency.Render(context);
 }
Esempio n. 2
0
 private void OnRenderImage(RenderTexture source, RenderTexture destination)
 {
     orderIndependentTransparency.Render(source, destination);
 }