Skip to content

Implement a CommandBufferRecorder wrapper #573

@IAmNotHanni

Description

@IAmNotHanni

Is your feature request related to a problem?

Currently, our CommandBuffer wrapper code does a lot of stuff. It initializes the command buffer, but it also offers wrapper functions for command buffer recording.

Description

The logic of command buffer initialization shoud be separated from command buffer recording, and a command buffer recorder (or command buffer builder?) should be implemented instead. This would allow us to focus on the required wrapper functions for recording command buffers in a separate file.

Alternatives

Keep everything together as it is in the CommandBuffer wrapper

Affected Code

The command buffer wrapper code

Operating System

All

Additional Context

None

Metadata

Metadata

Assignees

No one assigned

    Projects

    Status

    Todo

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions