RenderStateMask

enumeration

Description

Specifies which parts of the render state that is overriden.

In order to override multiple parts of the render state, the desired values should be logically OR'd together.

Additional resources: RenderStateBlock.

Properties

NothingNo render states are overridden.
BlendWhen set, the blend state is overridden.
RasterWhen set, the raster state is overridden.
DepthWhen set, the depth state is overridden.
StencilWhen set, the stencil state and reference value is overridden.
EverythingWhen set, all render states are overridden.

Did you find this page useful? Please give it a rating: