Skip to content

Latest commit

 

History

History
21 lines (12 loc) · 1.46 KB

High-Definition-Render-Pipeline-overview.md

File metadata and controls

21 lines (12 loc) · 1.46 KB

The High Definition Render Pipeline (HDRP) is a high-fidelity Scriptable Render Pipeline built by Unity to target modern (Compute Shader compatible) platforms.

The HDRP utilizes Physically-Based Lighting techniques, linear lighting, HDR lighting and a configurable hybrid Tile/Cluster deferred/Forward lighting architecture and gives you the tools you need to create games, technical demos, animations and more to a high graphical standard.

NOTE: Projects made using HDRP are not compatible with the Lightweight Render Pipeline. You must decide which render pipeline your project will use before starting development as HDRP features are not cross-compatible between HDRP and Lightweight.

This section contains the information you need to begin creating applications using HDRP; including information on Lighting, Materials and Shaders, Cameras, debugging and information for advanced users.

HRDP is only supported on the following platforms:

Note: HDRP will only work on the following platforms if the device used supports Compute Shaders. I.e: HDRP will only work on iOS if the iPhone model used supports Compute Shaders.

  • Windows and Windows Store, with DirectX 11 or DirectX 12 and Shader Model 5.0
  • Modern consoles (Sony PS4 and Microsoft Xbox One)
  • MacOS using Metal graphics
  • Future: IOS with Metal, Android, Linux and Windows platforms with Vulkan

HDRP does not support OpenGL or OpenGL ES devices.