File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
tutorials/shaders/shader_reference Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -132,7 +132,7 @@ Some of the most well-known uses are:
132
132
+-------------------------------+------------------------------------------------------------------------------------------------------+
133
133
| **write_if_depth_fail ** | Write reference value to the stencil buffer if the depth test fails. |
134
134
+-------------------------------+------------------------------------------------------------------------------------------------------+
135
- | **compare_equal ** | Always pass stencil test |
135
+ | **compare_always ** | Always pass stencil test |
136
136
+-------------------------------+------------------------------------------------------------------------------------------------------+
137
137
| **compare_equal ** | Pass stencil test if the reference value is equal to the stencil buffer value. |
138
138
+-------------------------------+------------------------------------------------------------------------------------------------------+
You can’t perform that action at this time.
0 commit comments