diff options
| author | Dustin Graves <dustin@lunarg.com> | 2016-05-09 16:21:12 -0600 |
|---|---|---|
| committer | Dustin Graves <dustin@lunarg.com> | 2016-05-11 13:01:26 -0600 |
| commit | 12f143c7a6802c8d83b971c68281010e9fde3b0d (patch) | |
| tree | bab220f2cf4c2dffa53bc4378041e0ee84a25c7d | |
| parent | a3694d74cf83fcf2e897cb724c76afcb41613652 (diff) | |
| download | usermoji-12f143c7a6802c8d83b971c68281010e9fde3b0d.tar.xz | |
tests: Add unrecognized value tests
Add tests for unrecognized Vulkan enumeration, VkFlags, and VkBool32
values to layer_validation_tests.
Change-Id: I01d913c3903a7ca959c4bccb60a864a5f91c8809
| -rw-r--r-- | layers/vk_validation_layer_details.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/layers/vk_validation_layer_details.md b/layers/vk_validation_layer_details.md index 75905c60..6446d431 100644 --- a/layers/vk_validation_layer_details.md +++ b/layers/vk_validation_layer_details.md @@ -193,7 +193,7 @@ The VK_LAYER_LUNARG_parameter_validation layer validates parameter values and fl | 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 | +| Unrecognized Value | Verifies that a Vulkan enumeration, VkFlags, or VkBool32 parameter contains a value that is recognized as valid for that type | UNRECOGNIZED_VALUE | | UnrecognizedValue | NA | | Failed Call Return Code | Provides a description of a failure code returned by a Vulkan API call | FAILURE_RETURN_CODE | | TBD | NA | | NA | Enum used for informational messages | NONE | | NA | None | |
