Search Results for

    Show / Hide Table of Contents

    Enum VertexStepFunction

    The frequency with which the vertex function fetches attributes data.

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

    Fields

    Name Description
    PerInstanceData

    Input data is per-instance data.

    PerVertexData

    Input data is per-vertex data.

    Extension Methods

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