another missing brace

This commit is contained in:
CamilleLaVey 2025-11-29 21:30:11 -04:00 committed by Caio Oliveira
parent 1d1e352a73
commit 89c679d08d
No known key found for this signature in database
GPG Key ID: AAAE6C7FD4186B0C
1 changed files with 1 additions and 2 deletions

View File

@ -750,12 +750,11 @@ vk::Buffer BufferCacheRuntime::CreateNullBuffer() {
}
scheduler.RequestOutsideRenderPassOperationContext();
scheduler.Record([buffer = *ret](vk::CommandBuffer cmdbuf) {
cmdbuf.FillBuffer(buffer, 0, VK_WHOLE_SIZE, 0);
});
return ret;
}
} // namespace Vulkan