mirror of
https://github.com/Kbz-8/Pulse.git
synced 2026-01-11 23:43:34 +00:00
fixing descriptor sets, adding buffer compute write test
This commit is contained in:
@@ -191,7 +191,7 @@ bool VulkanCopyImageToBuffer(PulseCommandList cmd, const PulseImageRegion* src,
|
||||
|
||||
VkOffset3D offset = { src->x, src->y, src->z };
|
||||
VkExtent3D extent = { src->width, src->height, src->depth };
|
||||
VkBufferImageCopy region = {};
|
||||
VkBufferImageCopy region = { 0 };
|
||||
region.bufferOffset = dst->offset;
|
||||
region.bufferRowLength = 0;
|
||||
region.bufferImageHeight = 0;
|
||||
|
||||
Reference in New Issue
Block a user