From 663977bb30d97f0fdc3a28590895111d0bf35083 Mon Sep 17 00:00:00 2001 From: Tobin Ehlis Date: Tue, 8 Mar 2016 16:14:52 -0700 Subject: 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. --- layers/vk_validation_layer_details.md | 8 ++------ 1 file 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 -- cgit v1.2.3