HdrpBlitter Save Abandoned

Blit-only custom render classes for HDRP

Project README

HdrpBlitter

Blit-only custom render classes for HDRP.

gif

This example shows how to use the custom render feature of HDRP to do a simple full screen blit. By using this feature, it actually only do a single blit skipping almost every part of the rendering pipeline, which is faster than doing the same thing with a big quad and a normal camera.

At the moment, this example contains the following custom renders:

  • SimpleBlit - Simply copy a source texture to the target.
  • CrossFadeBlit - Blends two sources into the target.
  • GlitchBlit - Apply a glitch effect and outputs to the target.
Open Source Agenda is not affiliated with "HdrpBlitter" Project. README Source: keijiro/HdrpBlitter
Stars
42
Open Issues
0
Last Commit
4 years ago

Open Source Agenda Badge

Open Source Agenda Rating