aboutsummaryrefslogtreecommitdiff
path: root/scripts/validusage.json
diff options
context:
space:
mode:
authorMark Lobodzinski <mark@lunarg.com>2018-04-24 11:58:32 -0400
committerMark Lobodzinski <mark@lunarg.com>2018-04-24 11:59:58 -0400
commit7b6ade877f2bcaa6d7adaa2634f27231a0608168 (patch)
treef874493d23c74fa8e72c36eb645337c8ad12032f /scripts/validusage.json
parentfa8b596a910d5f0040b084d777ae3e80eaca49f3 (diff)
downloadusermoji-7b6ade877f2bcaa6d7adaa2634f27231a0608168.tar.xz
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
Diffstat (limited to 'scripts/validusage.json')
-rw-r--r--scripts/validusage.json14
1 files changed, 9 insertions, 5 deletions
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": {
@@ -9997,6 +9997,10 @@
"text": " The layers specified by each element of <code>pRects</code> <strong class=\"purple\">must</strong> be contained within every attachment that <code>pAttachments</code> refers to"
},
{
+ "vuid": "VUID-vkCmdClearAttachments-layerCount-01934",
+ "text": " The <code>layerCount</code> member of each element of <code>pRects</code> <strong class=\"purple\">must</strong> not be <code>0</code>"
+ },
+ {
"vuid": "VUID-vkCmdClearAttachments-commandBuffer-parameter",
"text": " <code>commandBuffer</code> <strong class=\"purple\">must</strong> be a valid <code>VkCommandBuffer</code> handle"
},
@@ -10748,7 +10752,7 @@
"core": [
{
"vuid": "VUID-vkCmdCopyBufferToImage-pRegions-00171",
- "text": " The buffer region specified by each element of <code>pRegions</code> <strong class=\"purple\">must</strong> be a region that is contained within <code>srcBuffer</code>"
+ "text": " <code>srcBuffer</code> <strong class=\"purple\">must</strong> be large enough to contain all buffer locations that are accessed according to &amp;amp;lt;&amp;amp;lt;copies-buffers-images-addressing,Buffer and Image Addressing&amp;amp;gt;&amp;amp;gt;, for each element of <code>pRegions</code>"
},
{
"vuid": "VUID-vkCmdCopyBufferToImage-pRegions-00172",
@@ -10876,7 +10880,7 @@
},
{
"vuid": "VUID-vkCmdCopyImageToBuffer-pRegions-00183",
- "text": " The buffer region specified by each element of <code>pRegions</code> <strong class=\"purple\">must</strong> be a region that is contained within <code>dstBuffer</code>"
+ "text": " <code>dstBuffer</code> <strong class=\"purple\">must</strong> be large enough to contain all buffer locations that are accessed according to &amp;amp;lt;&amp;amp;lt;copies-buffers-images-addressing,Buffer and Image Addressing&amp;amp;gt;&amp;amp;gt;, for each element of <code>pRegions</code>"
},
{
"vuid": "VUID-vkCmdCopyImageToBuffer-pRegions-00184",