Skip to content
Snippets Groups Projects

Resolve "Cmd/Sync-Rework"

Merged Ghost User requested to merge 66-cmd-sync-rework into develop
5 files
+ 42
22
Compare changes
  • Side-by-side
  • Inline
Files
5
+ 1
1
@@ -218,7 +218,7 @@ namespace vkcv
/**
* @brief start recording command buffers and increment frame index
*/
void beginFrame();
void beginFrame(uint32_t& width, uint32_t& height);
void recordDrawcallsToCmdStream(
const CommandStreamHandle cmdStreamHandle,
Loading