diff options
| author | Mark Lobodzinski <mark@lunarg.com> | 2016-08-10 15:12:32 -0600 |
|---|---|---|
| committer | Mark Lobodzinski <mark@lunarg.com> | 2016-08-15 16:48:06 -0600 |
| commit | 9b08af84f36d041b41bf1604d495840368c19ffb (patch) | |
| tree | 3d92674420ee032e1612202b6770bff98be90d13 /layers | |
| parent | 1d731c47f7f3617d34fa19dbb467a53314b8554a (diff) | |
| download | usermoji-9b08af84f36d041b41bf1604d495840368c19ffb.tar.xz | |
layers: Update details document for new PV test
Added test to use a non-solid fillmode when this feature is disabled.
Change-Id: If43d8d2f30fa892b96cb90585eb0513649c535f7
Diffstat (limited to 'layers')
| -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 21bb6fb8..82307030 100644 --- a/layers/vk_validation_layer_details.md +++ b/layers/vk_validation_layer_details.md @@ -201,7 +201,7 @@ The VK_LAYER_LUNARG_parameter_validation layer validates parameter values and fl | Reserved Parameter | Verifies that a parameter reserved for future use was specified as 0 or NULL | RESERVED_PARAMETER | | ReservedParameter | 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 | | Device Limit Violation | Verifies that a parameter is within the limits advertised by the gpu | DEVICE_LIMIT | vkUpdateDescriptorSets vkCreateRenderPass | TODO | NA | -| Device Feature Violation | Verifies that a requested feature is supported by the gpu | DEVICE_FEATURE | vkBeginCommandBuffer | TODO | NA | +| Device Feature Violation | Verifies that a requested feature is supported by the gpu | DEVICE_FEATURE | vkBeginCommandBuffer vkCreateGraphicsPipelines | PSOPolygonModeInvalid | NA | | Failed Call Return Code | Provides a description of a failure code returned by a Vulkan API call | FAILURE_RETURN_CODE | | FailedReturnValue | NA | | NA | Enum used for informational messages | NONE | | TODO | None | |
