Search Results for

    Show / Hide Table of Contents

    Class RasterizerStates

    Default known values for RasterizerStateDescription.

    Inheritance
    object
    RasterizerStates
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Evergine.Common.Graphics
    Assembly: Evergine.Common.dll
    Syntax
    public static class RasterizerStates

    Fields

    CullBack

    Cull primitives with counter-clockwise winding order.

    Declaration
    public static readonly RasterizerStateDescription CullBack
    Field Value
    Type Description
    RasterizerStateDescription

    CullFront

    Cull primitives with clockwise winding order;.

    Declaration
    public static readonly RasterizerStateDescription CullFront
    Field Value
    Type Description
    RasterizerStateDescription

    None

    Not cull primitives.

    Declaration
    public static readonly RasterizerStateDescription None
    Field Value
    Type Description
    RasterizerStateDescription

    WireframeCullBack

    Cull primitives with counter-clockwise winding order and wireframe enable.

    Declaration
    public static readonly RasterizerStateDescription WireframeCullBack
    Field Value
    Type Description
    RasterizerStateDescription

    WireframeCullFront

    Cull primitives with clockwise winding order and wireframe enable.

    Declaration
    public static readonly RasterizerStateDescription WireframeCullFront
    Field Value
    Type Description
    RasterizerStateDescription

    WireframeCullNone

    Not cull primitives and wireframe enable.

    Declaration
    public static readonly RasterizerStateDescription WireframeCullNone
    Field Value
    Type Description
    RasterizerStateDescription
    In This Article
    Back to top
    Generated by DocFX