Skip to content

vkBeginCommandBuffer valid usage inconsistency #2782

Description

@lvl19

In Command Buffer Lifecycle:

Command buffers allocated from a command pool created with VK_COMMAND_POOL_CREATE_RESET_COMMAND_BUFFER_BIT in the invalid, recording, or executable state can also be transitioned to the recording state by vkBeginCommandBuffer.

But in Valid Usage:

commandBuffer must not be in the recording or pending state

First one says it's fine to restart recording in the recording state, but the second one forbids it.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions