All Projects → keijiro → HdrpBlitter

keijiro / HdrpBlitter

Licence: other
Blit-only custom render classes for HDRP

Programming Languages

C#
18002 projects
HLSL
714 projects
ShaderLab
938 projects

Projects that are alternatives of or similar to HdrpBlitter

VFX-Essentials
VFX graph workshop in HDRP with samples
Stars: ✭ 122 (+238.89%)
Mutual labels:  hdrp
AppWindowUtility
This utility is for Unity to configure application window style. With this utility, you can make your application window transparent, frameless and more.
Stars: ✭ 26 (-27.78%)
Mutual labels:  hdrp
VoxToVFX
Import a MagicaVoxel project to Unity using the new VFX Graph
Stars: ✭ 61 (+69.44%)
Mutual labels:  hdrp
HdrpAovTest
Custom post processing effect with the AOV output feature of HDRP
Stars: ✭ 25 (-30.56%)
Mutual labels:  hdrp
BentNormalTest
Test project for the "specular occlusion from bent normal" feature in Unity HDRP
Stars: ✭ 40 (+11.11%)
Mutual labels:  hdrp
VertexAnimation
Vertex animation baking tool, shaders and animation system for Unity DOTS/ECS.
Stars: ✭ 132 (+266.67%)
Mutual labels:  hdrp

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.
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].