aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDustin Graves <dustin@lunarg.com>2016-05-09 14:40:29 -0600
committerDustin Graves <dustin@lunarg.com>2016-05-11 13:01:26 -0600
commita3694d74cf83fcf2e897cb724c76afcb41613652 (patch)
tree1a1ff9e3a4b3a30210f2bd9666b206f78305a569
parent72090ca8d9990e281dc9149055fb0541e5c84dc2 (diff)
downloadusermoji-a3694d74cf83fcf2e897cb724c76afcb41613652.tar.xz
tests: Add struct validation tests
Add Vulkan structure sType and pNext validation tests to layer_validation_tests. Change-Id: I774d316def6697f2f3ebf5f0c20270fb0ad2daae
-rw-r--r--layers/vk_validation_layer_details.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/layers/vk_validation_layer_details.md b/layers/vk_validation_layer_details.md
index 6c1c09e3..75905c60 100644
--- a/layers/vk_validation_layer_details.md
+++ b/layers/vk_validation_layer_details.md
@@ -189,8 +189,8 @@ The VK_LAYER_LUNARG_parameter_validation layer validates parameter values and fl
| Check | Overview | ENUM * | Relevant API | Testname | Notes/TODO |
| ----- | -------- | ---------------- | ------------ | -------- | ---------- |
| Valid Usage | Verifies that the value of a parameter is consistent with the valid usage criteria defined in the Vulkan specification | INVALID_USAGE | | TBD | NA |
-| Valid VkStructureType Value | Verifies that the sType field of a Vulkan structure contains the value expected for a structure of that type | INVALID_STRUCT_STYPE | | TBD | NA |
-| Valid Structure pNext Value | Verifies that the pNext field of a Vulkan structure references a value that is compatible with a structure of that type or is NULL when a structure of that type has no compatible pNext values | INVALID_STRUCT_PNEXT | | TBD | NA |
+| Valid VkStructureType Value | Verifies that the sType field of a Vulkan structure contains the value expected for a structure of that type | INVALID_STRUCT_STYPE | | InvalidStructSType | NA |
+| Valid Structure pNext Value | Verifies that the pNext field of a Vulkan structure references a value that is compatible with a structure of that type or is NULL when a structure of that type has no compatible pNext values | INVALID_STRUCT_PNEXT | | InvalidStructPNext | NA |
| Required Parameter | Verifies that a required parameter was not specified as 0 or NULL | REQUIRED_PARAMETER | | RequiredParameter | NA |
| Reserved Parameter | Verifies that a parameter reserved for future use was specified as 0 or NULL | RESERVED_PARAMETER | | TBD | NA |
| Unrecognized Value | Verifies that a Vulkan enumeration, VkFlags, or VkBool32 parameter contains a value that is recognized as valid for that type | UNRECOGNIZED_VALUE | | TBD | NA |