You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
VUs like VUID-vkGetPipelinePropertiesEXT-pipeline-06738 and VUID-vkCreateFramebuffer-pCreateInfo-02777 currently are not working because the code gen is not handling the alias correctly
The alias of typedef VkPipelineInfoKHR VkPipelineInfoEXT; is making it so self.vk.commands['vkGetPipelinePropertiesEXT'].params[1].type == 'VkPipelineInfoEXT' is not in self.vk.struct
VUs like
VUID-vkGetPipelinePropertiesEXT-pipeline-06738
andVUID-vkCreateFramebuffer-pCreateInfo-02777
currently are not working because the code gen is not handling the alias correctlyThe alias of
typedef VkPipelineInfoKHR VkPipelineInfoEXT;
is making it soself.vk.commands['vkGetPipelinePropertiesEXT'].params[1].type == 'VkPipelineInfoEXT'
is not inself.vk.struct
(test to help written in #9177)
The text was updated successfully, but these errors were encountered: