Search Results for

    Show / Hide Table of Contents

    Enum CommandQueueType

    Specifies the element 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 computation.

    Copy

    Specifies a command buffer for copying (drawing data).

    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