Fix Vulkan texture update
This commit is contained in:
parent
b51ee8b029
commit
3daa19dd95
|
@ -2622,7 +2622,7 @@ Error RenderingDeviceVulkan::_texture_update(RID p_texture, uint32_t p_layer, co
|
|||
|
||||
vkCmdCopyBufferToImage(command_buffer, staging_buffer_blocks[staging_buffer_current].buffer, texture->image, VK_IMAGE_LAYOUT_TRANSFER_DST_OPTIMAL, 1, &buffer_image_copy);
|
||||
|
||||
staging_buffer_blocks.write[staging_buffer_current].fill_amount += alloc_size;
|
||||
staging_buffer_blocks.write[staging_buffer_current].fill_amount = alloc_offset + alloc_size;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue