Search Results for

    Show / Hide Table of Contents

    Class RasterizerStates

    Default known values for RasterizerStateDescription.

    Inheritance
    object
    RasterizerStates
    Namespace: Evergine.Common.Graphics
    Assembly: Evergine.Common.dll
    Syntax
    public static class RasterizerStates

    Fields

    CullBack

    Culls primitives with a counterclockwise winding order.

    Declaration
    public static readonly RasterizerStateDescription CullBack
    Field Value
    Type Description
    RasterizerStateDescription

    CullFront

    Culls primitives with clockwise winding order.

    Declaration
    public static readonly RasterizerStateDescription CullFront
    Field Value
    Type Description
    RasterizerStateDescription

    None

    Does not cull primitives.

    Declaration
    public static readonly RasterizerStateDescription None
    Field Value
    Type Description
    RasterizerStateDescription

    WireframeCullBack

    Culls primitives with a counter-clockwise winding order and enables wireframe mode.

    Declaration
    public static readonly RasterizerStateDescription WireframeCullBack
    Field Value
    Type Description
    RasterizerStateDescription

    WireframeCullFront

    Culls primitives with a clockwise winding order and enables the wireframe.

    Declaration
    public static readonly RasterizerStateDescription WireframeCullFront
    Field Value
    Type Description
    RasterizerStateDescription

    WireframeCullNone

    Do not cull primitives, and enable wireframe.

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