Search Results for

    Show / Hide Table of Contents

    Enum IndexFormat

    The index data format.

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

    Fields

    Name Description
    UInt16

    Unsigned 16 bits integer format.

    UInt32

    Unsigned 32 bits integer format.

    Extension Methods

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