Search Results for

    Show / Hide Table of Contents

    Enum CommandBuffer.CommandBufferState

    Available states for a command buffer.

    Namespace: Evergine.Common.Graphics
    Assembly: Evergine.Common.dll
    Syntax
    public enum CommandBuffer.CommandBufferState

    Fields

    Name Description
    Commited

    After the commit, the command buffer is in a state where it is waiting to be executed by the command queue.

    Executable

    After End, the command buffer is in a state where it has finished recording commands and can be committed.

    Initial

    Before Begin has been called or after the reset method has been called.

    Recording

    Between Begin and End, the command buffer is in a state where it can record commands.

    Extension Methods

    EnumExtensions.HasFlag(Enum, Enum)
    ReflectionHelper.GetMemberAssembly(object)
    ReflectionHelper.GetTypeName(object)
    In this article
    Back to top
    Generated by DocFX