Click or drag to resize
Ab4d.SharpEngine logo

CommonStatesManager Class

CommonStatesManager defines the common GPU states.
Inheritance Hierarchy
SystemObject
  Ab4d.SharpEngine.UtilitiesCommonStatesManager

Namespace: Ab4d.SharpEngine.Utilities
Assembly: Ab4d.SharpEngine (in Ab4d.SharpEngine.dll) Version: 3.0.9208+3b2441d6a11f923f2600f40f4296bdc3d8b46035
Syntax
C#
public class CommonStatesManager

The CommonStatesManager type exposes the following members.

Constructors
 NameDescription
Public methodCommonStatesManagerInitializes a new instance of the CommonStatesManager class
Top
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
Methods
See Also