Click or drag to resize
Ab4d.SharpEngine logo

CommonStatesManager Properties

The CommonStatesManager type exposes the following members.

Properties
 NameDescription
Public propertyStatic memberCullClockwise 
Public propertyStatic memberCullCounterClockwise 
Public propertyStatic memberCullNone 
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 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 memberTriangleListInputAssemblyState 
Public propertyStatic memberTriangleStripInputAssemblyState 
Public propertyStatic memberWireframeCullNone 
Top
See Also