summaryrefslogtreecommitdiff
path: root/layers
diff options
context:
space:
mode:
authorJeremy Hayes <jeremy@lunarg.com>2017-04-24 10:37:44 -0600
committerJeremy Hayes <jeremy-lunarg@users.noreply.github.com>2017-04-24 07:46:07 -1000
commite054f7e88fbb50c48baa90015825690304e22682 (patch)
treea3a9f8a6e1ce0bfabf942b868fcd9e7c766bd9b8 /layers
parent3f253ab4d7ecd9a232fd7ead50fe5d44ddd1cd58 (diff)
tests: Update database to make validation happy
Change-Id: I2002d23d09208e4154fe06a864ae9c8d78f0bc49
Diffstat (limited to 'layers')
-rw-r--r--layers/vk_validation_error_database.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/layers/vk_validation_error_database.txt b/layers/vk_validation_error_database.txt
index 82f2e07b..a837540e 100644
--- a/layers/vk_validation_error_database.txt
+++ b/layers/vk_validation_error_database.txt
@@ -2801,7 +2801,7 @@ VALIDATION_ERROR_02977~^~N~^~Unknown~^~vkCreatePipelineLayout~^~For more informa
VALIDATION_ERROR_02978~^~N~^~Unknown~^~vkUpdateDescriptorSets~^~For more information refer to Vulkan Spec Section '13.2.4. Descriptor Set Updates' which states 'The dstSet member of any given element of pDescriptorWrites or pDescriptorCopies must not be used by any command that was recorded to a command buffer which is in the pending state.' (https://www.khronos.org/registry/vulkan/specs/1.0-extensions/html/vkspec.html#vkUpdateDescriptorSets)~^~
VALIDATION_ERROR_02979~^~N~^~Unknown~^~vkUpdateDescriptorSets~^~For more information refer to Vulkan Spec Section '13.2.4. Descriptor Set Updates' which states 'All consecutive bindings updated via a single VkWriteDescriptorSet structure, except those with a descriptorCount of zero, must have identical descriptorType and stageFlags.' (https://www.khronos.org/registry/vulkan/specs/1.0-extensions/html/vkspec.html#VkWriteDescriptorSet)~^~
VALIDATION_ERROR_02980~^~N~^~Unknown~^~vkUpdateDescriptorSets~^~For more information refer to Vulkan Spec Section '13.2.4. Descriptor Set Updates' which states 'All consecutive bindings updated via a single VkWriteDescriptorSet structure, except those with a descriptorCount of zero, must all either use immutable samplers or must all not use immutable samplers.' (https://www.khronos.org/registry/vulkan/specs/1.0-extensions/html/vkspec.html#VkWriteDescriptorSet)~^~
-VALIDATION_ERROR_02981~^~N~^~Unknown~^~vkUpdateDescriptorSets~^~For more information refer to Vulkan Spec Section '13.2.4. Descriptor Set Updates' which states 'imageView must not be 2D or 2D array image view created from a 3D image' (https://www.khronos.org/registry/vulkan/specs/1.0-extensions/html/vkspec.html#VkDescriptorImageInfo)~^~
+VALIDATION_ERROR_02981~^~Y~^~Unknown~^~vkUpdateDescriptorSets~^~For more information refer to Vulkan Spec Section '13.2.4. Descriptor Set Updates' which states 'imageView must not be 2D or 2D array image view created from a 3D image' (https://www.khronos.org/registry/vulkan/specs/1.0-extensions/html/vkspec.html#VkDescriptorImageInfo)~^~
VALIDATION_ERROR_02982~^~N~^~Unknown~^~vkCreateDescriptorUpdateTemplateKHR~^~For more information refer to Vulkan Spec Section '13.2.6. Descriptor Set Updates with Templates' which states 'device must be a valid VkDevice handle' (https://www.khronos.org/registry/vulkan/specs/1.0-extensions/html/vkspec.html#vkCreateDescriptorUpdateTemplateKHR)~^~implicit
VALIDATION_ERROR_02983~^~N~^~Unknown~^~vkCreateDescriptorUpdateTemplateKHR~^~For more information refer to Vulkan Spec Section '13.2.6. Descriptor Set Updates with Templates' which states 'pCreateInfo must be a pointer to a valid VkDescriptorUpdateTemplateCreateInfoKHR structure' (https://www.khronos.org/registry/vulkan/specs/1.0-extensions/html/vkspec.html#vkCreateDescriptorUpdateTemplateKHR)~^~implicit
VALIDATION_ERROR_02984~^~N~^~Unknown~^~vkCreateDescriptorUpdateTemplateKHR~^~For more information refer to Vulkan Spec Section '13.2.6. Descriptor Set Updates with Templates' which states 'If pAllocator is not NULL, pAllocator must be a pointer to a valid VkAllocationCallbacks structure' (https://www.khronos.org/registry/vulkan/specs/1.0-extensions/html/vkspec.html#vkCreateDescriptorUpdateTemplateKHR)~^~implicit