Skip to content
Snippets Groups Projects

Resolve "Cmd/Sync-Rework"

Merged Ghost User requested to merge 66-cmd-sync-rework into develop
+ 1
0
@@ -287,6 +287,7 @@ namespace vkcv {
auto& image = m_images[id];
const auto transitionBarrier = createImageLayoutTransitionBarrier(image, newLayout);
recordImageBarrier(cmdBuffer, transitionBarrier);
image.m_layout = newLayout;
}
void ImageManager::fillImage(const ImageHandle& handle, void* data, size_t size)
Loading