Search Results for

    Show / Hide Table of Contents

    Enum IndexFormat

    The indexed data format.

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

    Fields

    Name Description
    UInt16

    Unsigned 16-bit integer format.

    UInt32

    Unsigned 32-bit integer format.

    Extension Methods

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