Skip to content
Snippets Groups Projects

Resolve "Pass Debug Profiling"

Merged Tobias Frisch requested to merge 104-pass-debug-profiling into develop
7 files
+ 68
3
Compare changes
  • Side-by-side
  • Inline
Files
7
+ 6
0
@@ -270,6 +270,12 @@ namespace vkcv
const uint32_t dispatchCount[3],
const std::vector<DescriptorSetUsage> &descriptorSetUsages,
const PushConstants& pushConstants);
void recordBeginDebugLabel(const CommandStreamHandle &cmdStream,
const std::string& label,
const std::array<float, 4>& color);
void recordEndDebugLabel(const CommandStreamHandle &cmdStream);
/**
* @brief end recording and present image
Loading