Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Missing VUID-VkGraphicsPipelineCreateInfo-Input-06632 #9104

Open
spencer-lunarg opened this issue Dec 28, 2024 · 0 comments
Open

Missing VUID-VkGraphicsPipelineCreateInfo-Input-06632 #9104

spencer-lunarg opened this issue Dec 28, 2024 · 0 comments
Labels
Incomplete Missing Validation VUs to be added

Comments

@spencer-lunarg
Copy link
Contributor

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

@spencer-lunarg spencer-lunarg added the Incomplete Missing Validation VUs to be added label Dec 28, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Incomplete Missing Validation VUs to be added
Projects
None yet
Development

No branches or pull requests

1 participant