Search Results for

    Show / Hide Table of Contents

    Enum RasterizeStateEnum

    Enum of the rasterizer states.

    Namespace: Evergine.Common.Graphics
    Assembly: Evergine.Common.dll
    Syntax
    public enum RasterizeStateEnum

    Fields

    Name Description
    CullBack

    Cull primitives with counter-clockwise winding order.

    CullFront

    Cull primitives with clockwise winding order,

    Custom

    Custom value

    None

    Not cull primitives.

    WireframeCullBack

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

    WireframeCullFront

    Cull primitives with clockwise winding order and wireframe enable.

    WireframeCullNone

    Not cull primitives and wireframe enable.

    Extension Methods

    EnumExtensions.HasFlag(Enum, Enum)
    ReflectionHelper.GetMemberAssembly(object)
    ReflectionHelper.GetTypeName(object)
    In This Article
    Back to top
    Generated by DocFX