Search Results for

    Show / Hide Table of Contents

    Enum CommandQueueType

    Specifies the elements type of a CommandQueue.

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

    Fields

    Name Description
    Compute

    Specifies a command buffer for computing.

    Copy

    Specifies a command buffer for copying (drawing).

    Graphics

    Specifies a command buffer that the GPU can execute. A direct command list doesn't inherit any GPU state.

    Extension Methods

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