Skip to content

Commit

Permalink
[Port] [2022.3] DOCG-4889, 5178, 5181 - Fix shader docs issues
Browse files Browse the repository at this point in the history
  • Loading branch information
svc-reach-platform-support authored and Evergreen committed May 16, 2024
1 parent a561601 commit 38c7b9f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ With this check box selected, the Renderer processes the Stencil buffer values.

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

In URP, you can use bits 0-15 of the stencil buffer for custom rendering effects.
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.

### Compatibility

Expand Down

0 comments on commit 38c7b9f

Please sign in to comment.