Skip to content

Commit e266332

Browse files
0lentosebastienlagarde
authored andcommitted
Small formatting fix for dynamic resolution doc (#6452)
1 parent 666fb5d commit e266332

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

com.unity.render-pipelines.high-definition/Documentation~/Dynamic-Resolution.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ HDRP provides the following upscale filter methods:
108108

109109
## Overriding upscale options with code
110110

111-
You can also override the upscale options in the HDRP Asset for each Camera in your scene using code. To do this, call DynamicResolutionHandler.SetUpscaleFilter(Camera camera, DynamicResUpscaleFilter filter), to make HDRP ignore the value in the HDRP Asset for a given Camera.
111+
You can also override the upscale options in the HDRP Asset for each Camera in your scene using code. To do this, call `DynamicResolutionHandler.SetUpscaleFilter(Camera camera, DynamicResUpscaleFilter filter)`, to make HDRP ignore the value in the HDRP Asset for a given Camera.
112112

113113
<a name="TAA_Notes"></a>
114114

0 commit comments

Comments
 (0)