From 7b6ade877f2bcaa6d7adaa2634f27231a0608168 Mon Sep 17 00:00:00 2001 From: Mark Lobodzinski Date: Tue, 24 Apr 2018 11:58:32 -0400 Subject: header: Update to version 1.1.74 of Vulkan hdr - update layer json files - update vulkan_core.h - update vk.xml - update vulkan.hpp - update validusage.json - update vk_validation_error_messages.h - update vk_validation_error_database.txt - maintain local changes to reg.py Change-Id: If0c52d13f78ddfcc7c9d316386c0d20399e97668 --- scripts/validusage.json | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) (limited to 'scripts/validusage.json') diff --git a/scripts/validusage.json b/scripts/validusage.json index 2cde7336..5fa09c95 100644 --- a/scripts/validusage.json +++ b/scripts/validusage.json @@ -1,9 +1,9 @@ { "version info": { "schema version": 2, - "api version": "1.1.73", - "comment": "from git branch: master commit: 5300d9f05e03f721812273d5f9f9676c3227f056", - "date": "2018-04-16 14:18:46Z" + "api version": "1.1.74", + "comment": "from git branch: master commit: c51545d33f4fd791dc4109d0d338e79b572f6286", + "date": "2018-04-23 18:29:18Z" }, "validation": { "vkGetInstanceProcAddr": { @@ -9996,6 +9996,10 @@ "vuid": "VUID-vkCmdClearAttachments-pRects-00017", "text": " The layers specified by each element of pRects must be contained within every attachment that pAttachments refers to" }, + { + "vuid": "VUID-vkCmdClearAttachments-layerCount-01934", + "text": " The layerCount member of each element of pRects must not be 0" + }, { "vuid": "VUID-vkCmdClearAttachments-commandBuffer-parameter", "text": " commandBuffer must be a valid VkCommandBuffer handle" @@ -10748,7 +10752,7 @@ "core": [ { "vuid": "VUID-vkCmdCopyBufferToImage-pRegions-00171", - "text": " The buffer region specified by each element of pRegions must be a region that is contained within srcBuffer" + "text": " srcBuffer must be large enough to contain all buffer locations that are accessed according to <<copies-buffers-images-addressing,Buffer and Image Addressing>>, for each element of pRegions" }, { "vuid": "VUID-vkCmdCopyBufferToImage-pRegions-00172", @@ -10876,7 +10880,7 @@ }, { "vuid": "VUID-vkCmdCopyImageToBuffer-pRegions-00183", - "text": " The buffer region specified by each element of pRegions must be a region that is contained within dstBuffer" + "text": " dstBuffer must be large enough to contain all buffer locations that are accessed according to <<copies-buffers-images-addressing,Buffer and Image Addressing>>, for each element of pRegions" }, { "vuid": "VUID-vkCmdCopyImageToBuffer-pRegions-00184", -- cgit v1.2.3