aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTobin Ehlis <tobine@google.com>2016-03-08 16:14:52 -0700
committerTobin Ehlis <tobine@google.com>2016-03-08 16:14:52 -0700
commit663977bb30d97f0fdc3a28590895111d0bf35083 (patch)
tree0a3b16e1f47d30fe7a9103db4c4123bee4d2f570
parent1e2a9b77e1d77e4460093ccc40b00f2a06219b93 (diff)
downloadusermoji-663977bb30d97f0fdc3a28590895111d0bf35083.tar.xz
layers: Fix layer documentation so that it can be auto-validated
Validator currently requires each table entry to be on a single line. Fixing a couple of multi-line entries.
-rw-r--r--layers/vk_validation_layer_details.md8
1 files changed, 2 insertions, 6 deletions
diff --git a/layers/vk_validation_layer_details.md b/layers/vk_validation_layer_details.md
index ee752b85..62b467bd 100644
--- a/layers/vk_validation_layer_details.md
+++ b/layers/vk_validation_layer_details.md
@@ -140,12 +140,8 @@ depends on the pair of pipeline stages involved.
| Shader Specialization | Error if specialization entry data is not fully contained within the specialization data block. | BAD_SPECIALIZATION | vkCreateGraphicsPipelines vkCreateComputePipelines | TBD | NA |
| Missing Descriptor | Flags error if shader attempts to use a descriptor binding not declared in the layout | MISSING_DESCRIPTOR | vkCreateGraphicsPipelines | CreatePipelineUniformBlockNotProvided | NA |
| Missing Entrypoint | Flags error if specified entrypoint is not present in the shader module | MISSING_ENTRYPOINT | vkCreateGraphicsPipelines | TBD | NA |
-| Push constant out of range | Flags error if a member of a push constant block
-is not contained within a push constant range specified in the pipeline layout | PUSH_CONSTANT_OUT_OF_RANGE | vkCreateGraphicsPipelines | CreatePipelinePushContantsNotInLayout | NA |
-| Push constant not accessible from stage | Flags error if the push constant
-range containing a push constant block member is not accessible from the current
-shader stage. | PUSH_CONSTANT_NOT_ACCESSIBLE_FROM_STAGE |
-vkCreateGraphicsPipelines | TBD | NA |
+| Push constant out of range | Flags error if a member of a push constant block is not contained within a push constant range specified in the pipeline layout | PUSH_CONSTANT_OUT_OF_RANGE | vkCreateGraphicsPipelines | CreatePipelinePushContantsNotInLayout | NA |
+| Push constant not accessible from stage | Flags error if the push constant range containing a push constant block member is not accessible from the current shader stage. | PUSH_CONSTANT_NOT_ACCESSIBLE_FROM_STAGE | vkCreateGraphicsPipelines | TBD | NA |
| NA | Enum used for informational messages | NONE | | NA | None |
### VK_LAYER_LUNARG_ShaderChecker Pending Work