Search Results for

    Show / Hide Table of Contents

    Enum CullMode

    Specifies polygon culling mode.

    Namespace: Evergine.Common.Graphics
    Assembly: Evergine.Common.dll
    Syntax
    public enum CullMode : byte

    Fields

    Name Description
    Back

    Do not draw triangles that are back-facing.

    Front

    Do not draw triangles that are front-facing.

    None

    Always draw all triangles.

    Extension Methods

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