![]() | |
Common |
The CommonStatesManager type exposes the following members.
Name | Description | |
---|---|---|
![]() ![]() | CullClockwise | |
![]() ![]() | CullCounterClockwise | |
![]() ![]() | CullNone | |
![]() ![]() | DepthNone | |
![]() ![]() | DepthRead | |
![]() ![]() | DepthReadWrite | |
![]() ![]() | DepthWrite | |
![]() ![]() | LineListInputAssemblyState | |
![]() ![]() | LineStripInputAssemblyState | |
![]() ![]() | NonPremultipliedAlphaBlendAttachmentState | 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 ) |
![]() ![]() | OpaqueAttachmentState | Opaque blend state - blending is disabled. |
![]() ![]() | PremultipliedAlphaBlendAttachmentState | 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 ) |
![]() ![]() | TriangleListInputAssemblyState | |
![]() ![]() | TriangleStripInputAssemblyState | |
![]() ![]() | WireframeCullNone |