Search Results for

    Show / Hide Table of Contents

    Enum RasterizeStateEnum

    Enumeration of the rasterizer states.

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

    Fields

    Name Description
    CullBack

    Culls primitives with a counter-clockwise winding order.

    CullFront

    Culls primitives with a clockwise winding order.

    Custom

    Custom value.

    None

    Do not cull primitives.

    WireframeCullBack

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

    WireframeCullFront

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

    WireframeCullNone

    Do not cull primitives and enable wireframe.

    Extension Methods

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