Skip to content

Commit 8bf8bb3

Browse files
markg-unityEvergreen
authored andcommitted
DOCG-4889, 5178, 5181 - Fix shader docs issues
Fix various issues in shader docs. Jira ticket: - https://jira.unity3d.com/browse/DOCG-5178 - https://jira.unity3d.com/browse/DOCG-4889 - https://jira.unity3d.com/browse/DOCG-5181
1 parent b4ecad0 commit 8bf8bb3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Packages/com.unity.render-pipelines.universal/Documentation~/urp-universal-renderer.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ With this check box selected, the Renderer processes the Stencil buffer values.
100100

101101
For more information on how Unity works with the Stencil buffer, refer to [ShaderLab: Stencil](https://docs.unity3d.com/Manual/SL-Stencil.html).
102102

103-
In URP, you can use bits 0-15 of the stencil buffer for custom rendering effects.
103+
In URP, you can use bits 0 to 3 of the stencil buffer for custom rendering effects. This means you can use stencil indices 0 to 15.
104104

105105
### Compatibility
106106

0 commit comments

Comments
 (0)