RenderStateBlockConstructor

Cambiar al Manual
public RenderStateBlock (Rendering.RenderStateMask mask);

Parámetros

maskSpecifies which parts of the render state that is overriden.

Descripción

Creates a new render state block with the specified mask.

All states are initialized to their default values. stencilReference is initialized to 0.

See Also: BlendState.defaultValue, DepthState.defaultValue, RasterState.defaultValue, StencilState.defaultValue.