Skip to content
Snippets Groups Projects

Resolve "Indirect Dispatch"

Merged Ghost User requested to merge 106-indirect-dispatch into develop
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
@@ -245,7 +245,7 @@ void App::run() {
// sky
vkcv::PushConstants skyPushConstants(sizeof(glm::mat4));
skyPushConstants.appendDrawcall(viewProjectionPrevious);
skyPushConstants.appendDrawcall(viewProjection);
m_core.recordDrawcallsToCmdStream(
cmdStream,
Loading