Vulkan-ValidationLayers
Vulkan-ValidationLayers copied to clipboard
layers: Add VK_EXT_layer_settings param validation
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