-
Notifications
You must be signed in to change notification settings - Fork 41
Open
Labels
cat:enhancementenhancement/requested feature/update of existing featuresenhancement/requested feature/update of existing featurescat:performanceperformanceperformancecat:refactorrefactor/clean up/simplifications/etc.refactor/clean up/simplifications/etc.diff:advancedadvanced skills requiredadvanced skills requiredfeat:rendergraphrendergraphrendergraphfeat:renderingrenderingrendering
Description
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
Labels
cat:enhancementenhancement/requested feature/update of existing featuresenhancement/requested feature/update of existing featurescat:performanceperformanceperformancecat:refactorrefactor/clean up/simplifications/etc.refactor/clean up/simplifications/etc.diff:advancedadvanced skills requiredadvanced skills requiredfeat:rendergraphrendergraphrendergraphfeat:renderingrenderingrendering
Type
Projects
Status
Todo