Skip to content

Commit 9880950

Browse files
pmavridissebastienlagarde
authored andcommitted
[HDRP][Docs] Update docs with RendererList related option (#6031)
* Update docs with RendererList related option * Minor edit
1 parent 6b07ebb commit 9880950

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

com.unity.render-pipelines.high-definition/Documentation~/Default-Settings-Window.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ You have one list per post processing injection point: `After Opaque And Sky`, `
4343
| --------------------------| ------------------------------------------------------------ |
4444
| Shader Variant Log Level | Use the drop-down to select what information HDRP logs about Shader variants when you build your Unity Project. • Disabled: HDRP doesn’t log any Shader variant information.• Only HDRP Shaders: Only log Shader variant information for HDRP Shaders.• All Shaders: Log Shader variant information for every Shader type. |
4545
| Lens Attenuation Mode | Set the attenuation mode of the lens that is used to compute exposure. With imperfect lens some energy is lost when converting from EV100 to the exposure multiplier, while a perfect lens has no attenuation and no energy is lost. |
46+
| Dynamic Render Pass Culling | When this option is enabled, HDRP will use the RendererList API to dynamically skip certain drawing passes based on the type of currently visible objects. For example if no objects with distortion are drawn, the Render Graph passes that draw the distortion effect (and their dependencies - like the color pyramid generation) will be skipped.
4647
| Use DLSS Custom Project Id | Controls whether to use a custom project ID for the NVIDIA Deep Learning Super Sampling module. If you enable this property, you can use **DLSS Custom Project Id** to specify a custom project ID.<br/>This property only appears if you enable the NVIDIA package (com.unity.modules.nvidia) in your Unity project. |
4748
| DLSS Custom Project Id | Controls whether to use a custom project ID for the NVIDIA Deep Learning Super Sampling (DLSS) module. If you enable this property, you can use **DLSS Custom Project Id** to specify a custom project ID. If you disable this property, Unity generates a unique project ID. <br/>This property only appears if you enable the NVIDIA package (com.unity.modules.nvidia) in your Unity project. |
4849
| Runtime Debug Shaders | When enabled, Unity includes shader variants that let you use the Rendering Debugger window to debug your build. When disabled, Unity excludes ("strips") these variants. Enable this when you want to debug your shaders in the Rendering Debugger window, and disable it otherwise. |

0 commit comments

Comments
 (0)