mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-05-12 13:00:32 +00:00
Android internal compiler error fix
This commit is contained in:
@@ -1222,7 +1222,8 @@ void VulkanReplay::InitPostVSBuffers(uint32_t eventId)
|
||||
};
|
||||
|
||||
std::vector<bool> attrIsInstanced;
|
||||
CompactedAttrBuffer vbuffers[64] = {};
|
||||
CompactedAttrBuffer vbuffers[64];
|
||||
RDCEraseEl(vbuffers);
|
||||
|
||||
{
|
||||
VkWriteDescriptorSet descWrites[64];
|
||||
|
||||
Reference in New Issue
Block a user