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
This check is like VUID-VkGraphicsPipelineCreateInfo-renderpass-06631 (which we have for VK_EXT_graphics_pipeline_library) but with VK_KHR_dynamic_rendering and sample shading
the "decorates any variable in the Input storage class with Sample" can be found by checking the Fragment Entrypoint std::vector<StageInterfaceVariable> stage_interface_variables for and Input variable and add an spirv::DecorationSet for Sample
The text was updated successfully, but these errors were encountered:
This check is like
VUID-VkGraphicsPipelineCreateInfo-renderpass-06631
(which we have forVK_EXT_graphics_pipeline_library
) but withVK_KHR_dynamic_rendering
and sample shadingthe "decorates any variable in the Input storage class with Sample" can be found by checking the Fragment Entrypoint
std::vector<StageInterfaceVariable> stage_interface_variables
for and Input variable and add anspirv::DecorationSet
forSample
The text was updated successfully, but these errors were encountered: