Skip to content

layers: Fix 04796 check#12121

Open
ziga-lunarg wants to merge 2 commits intoKhronosGroup:mainfrom
ziga-lunarg:ziga-fix-04796
Open

layers: Fix 04796 check#12121
ziga-lunarg wants to merge 2 commits intoKhronosGroup:mainfrom
ziga-lunarg:ziga-fix-04796

Conversation

@ziga-lunarg
Copy link
Copy Markdown
Contributor

VUID-VkVertexInputBindingDescription2EXT-binding-04796
binding must be less than VkPhysicalDeviceLimits::maxVertexInputBindings

@ziga-lunarg ziga-lunarg requested a review from a team as a code owner April 21, 2026 21:12
@ci-tester-lunarg
Copy link
Copy Markdown
Collaborator

CI Vulkan-ValidationLayers build queued with queue ID 714803.

@ci-tester-lunarg
Copy link
Copy Markdown
Collaborator

CI Vulkan-ValidationLayers build # 23174 running.

@ci-tester-lunarg
Copy link
Copy Markdown
Collaborator

CI Vulkan-ValidationLayers build queued with queue ID 714833.

@ci-tester-lunarg
Copy link
Copy Markdown
Collaborator

CI Vulkan-ValidationLayers build # 23175 running.

@@ -2244,6 +2244,7 @@ TEST_F(NegativeDynamicState, VertexInputDynamicStateEnabled) {
binding);
for (uint32_t i = 0; i < bindings.size(); ++i) bindings[i].binding = i;
m_errorMonitor->SetDesiredError("VUID-vkCmdSetVertexInputEXT-vertexBindingDescriptionCount-04791");
Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks like 04791 is redundant by VUID-vkCmdSetVertexInputEXT-pVertexBindingDescriptions-04794 and
VUID-VkVertexInputBindingDescription2EXT-binding-04796

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

will look into this spec wise

@ci-tester-lunarg
Copy link
Copy Markdown
Collaborator

CI Vulkan-ValidationLayers build # 23175 failed.

@ci-tester-lunarg
Copy link
Copy Markdown
Collaborator

CI Vulkan-ValidationLayers build queued with queue ID 715107.

@ci-tester-lunarg
Copy link
Copy Markdown
Collaborator

CI Vulkan-ValidationLayers build # 23177 running.

@ci-tester-lunarg
Copy link
Copy Markdown
Collaborator

CI Vulkan-ValidationLayers build # 23177 failed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants