https://gcc.gnu.org/bugzilla/show_bug.cgi?id=124148

--- Comment #5 from Yiwei Zhang <zzyiwei at gmail dot com> ---
wow...does that suggest the entire Vulkan way of handling pNext struct chaining
is a violation of such?

e.g. the VkBufferCreateInfo structure with VkExternalMemoryBufferCreateInfo
chained in its pNext:
-
https://docs.vulkan.org/refpages/latest/refpages/source/VkBufferCreateInfo.html
-
https://docs.vulkan.org/refpages/latest/refpages/source/VkExternalMemoryBufferCreateInfo.html

The pNext walker normally uses this VkBaseInStructure to loop through the
chained structs:
-
https://docs.vulkan.org/refpages/latest/refpages/source/VkBaseInStructure.html

Reply via email to