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

layer: Validate all features/properties are part of the extension

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

I have found a few cases were

"VkPhysicalDeviceCustomBorderColorPropertiesEXT": {
    "maxCustomBorderColorSamplers": 4294967295
},

is missing while VK_EXT_custom_border_color and VkPhysicalDeviceCustomBorderColorFeaturesEXT are supported

There should be some method to validate all features/properties/format/etc of an extension are listed together in the same profile json

spencer-lunarg avatar Jan 11 '23 14:01 spencer-lunarg