KhronosGroup / Vulkan-LoaderAndValidationLayers

**Deprecated repository** for Vulkan loader and validation layers
Apache License 2.0
414 stars 172 forks source link

Validation checks/unit test for vkCreateDescriptorUpdateTemplate #2552

Closed jzulauf-lunarg closed 6 years ago

jzulauf-lunarg commented 6 years ago

Added four validation checks/unit test for vkCreateDescriptorUpdateTemplate(KHR) and removed a false positive -- fixing #2530

VALIDATION_ERROR_052002bc
    VUID-VkDescriptorUpdateTemplateCreateInfo-templateType-00350
VALIDATION_ERROR_052002be
    VUID-VkDescriptorUpdateTemplateCreateInfo-templateType-00351
VALIDATION_ERROR_052002c0
    VUID-VkDescriptorUpdateTemplateCreateInfo-templateType-00352
VALIDATION_ERROR_052002c2
    VUID-VkDescriptorUpdateTemplateCreateInfo-templateType-00353
tobine commented 6 years ago

All the CI fails appear to be due to network issues. I tried a couple of the URLs locally and they're working for me. Can you trigger CI to re-launch?