mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-05-12 21:10:42 +00:00
Linux compile fix
This commit is contained in:
@@ -300,7 +300,7 @@ VkStruct *UnwrapStructAndChain(CaptureState state, byte *&tempMem, const VkStruc
|
||||
VkBaseInStructure dummy;
|
||||
dummy.pNext = (const VkBaseInStructure *)base;
|
||||
|
||||
UnwrapNextChain(state, TypeName<typename VkStruct>().c_str(), tempMem, &dummy);
|
||||
UnwrapNextChain(state, TypeName<VkStruct>().c_str(), tempMem, &dummy);
|
||||
|
||||
return (VkStruct *)dummy.pNext;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user