Skip to content

Commit a574384

Browse files
layers: Add note for 04791
1 parent 40a94b6 commit a574384

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

layers/stateless/sl_cmd_buffer_dynamic.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -118,6 +118,8 @@ bool Device::manual_PreCallValidateCmdSetVertexInputEXT(VkCommandBuffer commandB
118118
const auto& error_obj = context.error_obj;
119119

120120
if (vertexBindingDescriptionCount > phys_dev_props.limits.maxVertexInputBindings) {
121+
// This VU is redundant, but decided in WG to leave it
122+
// https://gitlab.khronos.org/vulkan/vulkan/-/merge_requests/8229
121123
skip |= LogError("VUID-vkCmdSetVertexInputEXT-vertexBindingDescriptionCount-04791", commandBuffer,
122124
error_obj.location.dot(Field::vertexBindingDescriptionCount),
123125
"(%" PRIu32 ") is greater than the maxVertexInputBindings limit (%" PRIu32 ").",

0 commit comments

Comments
 (0)