diff --git a/src/rendervulkan.cpp b/src/rendervulkan.cpp index 48639eb..e2b2a4e 100644 --- a/src/rendervulkan.cpp +++ b/src/rendervulkan.cpp @@ -3652,7 +3652,7 @@ bool vulkan_composite( const struct FrameInfo_t *frameInfo, std::shared_ptrdispatch(div_roundup(pScreenshotTexture->width(), dispatchSize), div_roundup(pScreenshotTexture->height(), 1)); + cmdBuffer->dispatch(div_roundup(pScreenshotTexture->width(), dispatchSize), div_roundup(pScreenshotTexture->height(), dispatchSize)); } }