struct in UnityEngine.Rendering
/
Implemented in:UnityEngine.CoreModule
Thank you for helping us improve the quality of Unity Documentation. Although we cannot accept all submissions, we do read each suggested change from our users and will make updates where applicable.
CloseFor some reason your suggested change could not be submitted. Please <a>try again</a> in a few minutes. And thank you for taking the time to help us improve the quality of Unity Documentation.
CloseValues for the raster state.
See Also: ShaderLab: Culling & Depth Testing.
defaultValue | Default values for the raster state. |
cullingMode | Controls which sides of polygons should be culled (not drawn). |
depthClip | Enable clipping based on depth. |
offsetFactor | Scales the maximum Z slope. |
offsetUnits | Scales the minimum resolvable depth buffer value. |
RasterState | Creates a new raster state with the given values. |