Skip to content

Issue with code example commandBuffer->begin({}); #425

@Wide0125

Description

@Wide0125

In Drawing a Triangle > Drawing > Command Buffers, the code block
commandBuffer->begin({}); is wrong as commandBuffer is not a pointer. The full code writes it as such (commandBuffer.begin({})).

Additionally, the full code listed at the end of the chapter is not up to date with everything done in the chapter (entirely missing the recordCommandBuffer() function).

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions