Search Results for

    Show / Hide Table of Contents

    Enum VertexStepFunction

    The frequency with which the vertex function fetches attribute data.

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

    Fields

    Name Description
    PerInstanceData

    Input data is instance-specific data.

    PerVertexData

    The input data is per-vertex data.

    Extension Methods

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