Vulkan-ValidationLayers icon indicating copy to clipboard operation
Vulkan-ValidationLayers copied to clipboard

Validate maxFragmentDualSrcAttachments when using dynamic blend state

Open spencer-lunarg opened this issue 2 years ago • 1 comments

DISABLED_MaxFragmentDualSrcAttachmentsDynamicBlendEnable was added to test to using dynamic blend state to test for VUID-RuntimeSpirv-Fragment-06427

to fix https://github.com/KhronosGroup/Vulkan-ValidationLayers/issues/5199 this is still not working.

The current issue is managing the interactions with VK_EXT_extended_dynamic_state3 and VK_EXT_graphics_pipeline_library

spencer-lunarg avatar Feb 02 '23 07:02 spencer-lunarg