Experimental: this API is experimental and might be changed or removed in the future.

RenderStateBlockConstructor

매뉴얼로 전환
public RenderStateBlock (Experimental.Rendering.RenderStateMask mask);

파라미터

maskSpecifies which parts of the render state that is overriden.

설명

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.Default, DepthState.Default, RasterState.Default, StencilState.Default.