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

layers: Add VK_EXT_layer_settings param validation

Open spencer-lunarg opened this issue 6 months ago • 6 comments

The VkLayerSettingsCreateInfoEXT/VkLayerSettingEXT param validation was not possible as it needs to be done before the Create Instance setup

This will help give some error if people have null values in those structs by accident

spencer-lunarg avatar Aug 17 '24 09:08 spencer-lunarg