Click or drag to resize
Ab4d.SharpEngine logo

CommonStatesManager Properties

The CommonStatesManager type exposes the following members.

Properties
 NameDescription
Public propertyStatic memberCullClockwise Gets the PipelineRasterizationStateCreateInfo that culls (removes) all clockwise oriented triangles. This is the default cull mode that is set to DefaultRasterizerState.
Public propertyStatic memberCullCounterClockwise Gets the PipelineRasterizationStateCreateInfo that culls (removes) all counter-clockwise oriented triangles.
Public propertyStatic memberCullNone Gets the PipelineRasterizationStateCreateInfo that does not cull (remove) any triangles.
Public propertyStatic memberDepthNone 
Public propertyStatic memberDepthRead 
Public propertyStatic memberDepthReadWrite 
Public propertyStatic memberDepthWrite 
Public propertyStatic memberLineListInputAssemblyState 
Public propertyStatic memberLineStripInputAssemblyState 
Public propertyStatic memberNonPremultipliedAlphaBlendAttachmentState Alpha blend used for pre-multiplied alpha (used for normal translucent objects, opaque sprites w/ alpha mask, etc.) D.rgb := aS.rgb * S.a + D.rgb * ( 1 - S.a )
Public propertyStatic memberNoTessellation 
Public propertyStatic memberOpaqueAttachmentState Opaque blend state - blending is disabled.
Public propertyStatic memberPremultipliedAlphaBlendAttachmentState Alpha blend used for pre-multiplied alpha (used for normal translucent objects, opaque sprites w/ alpha mask, etc.) D.rgb := aS.rgb * 1 + D.rgb * ( 1 - S.a )
Public propertyStatic memberRenderOnlyHiddenObjects 
Public propertyStatic memberTriangleListInputAssemblyState 
Public propertyStatic memberTriangleStripInputAssemblyState 
Public propertyStatic memberWireframeCullNone Gets the PipelineRasterizationStateCreateInfo that draws wireframe instead of solid triangles.
Top
See Also