Skip to content

vulkan: use VkBase{In,Out}Structure instead of a custom struct

Eric Engestrom requested to merge eric/mesa:vulkan-foreach-struct into master

VkBaseInStructure and VkBaseOutStructure are part of vulkan_core.h (which is part of vulkan.h)

Merge request reports