mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-05-05 01:20:42 +00:00
Compile fix initialising array for android
This commit is contained in:
@@ -859,7 +859,8 @@ bool WrappedVulkan::Apply_SparseInitialState(WrappedVkImage *im, VulkanResourceM
|
||||
}
|
||||
|
||||
{
|
||||
VkSparseImageMemoryBindInfo imgBinds[NUM_VK_IMAGE_ASPECTS] = {};
|
||||
VkSparseImageMemoryBindInfo imgBinds[NUM_VK_IMAGE_ASPECTS];
|
||||
RDCEraseEl(imgBinds);
|
||||
|
||||
VkBindSparseInfo bindsparse = {
|
||||
VK_STRUCTURE_TYPE_BIND_SPARSE_INFO, NULL,
|
||||
|
||||
Reference in New Issue
Block a user