Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

layers: Improve compatible dsl message #8570

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

spencer-lunarg
Copy link
Contributor

before the error was

VkPipelineLayout 0xd175b40000000013[]) only contains 1 setLayouts corresponding to sets 0-0, but you're attempting to bind set to index 1.

now it says

VkPipelineLayout 0xd175b40000000013[]) only contains 1 setLayout, corresponding to index 0, but you're attempting to bind set to index 1.

or

VkPipelineLayout 0xd175b40000000013[]) only contains 4 setLayout, corresponding from index 0 to 3, but you're attempting to bind set to index 6.

@spencer-lunarg spencer-lunarg requested a review from a team as a code owner September 20, 2024 20:19
@ci-tester-lunarg
Copy link
Collaborator

CI Vulkan-ValidationLayers build queued with queue ID 260660.

@ci-tester-lunarg
Copy link
Collaborator

CI Vulkan-ValidationLayers build # 17530 running.

@ci-tester-lunarg
Copy link
Collaborator

CI Vulkan-ValidationLayers build # 17530 passed.

Copy link
Contributor

@artem-lunarg artem-lunarg left a comment

Choose a reason for hiding this comment

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

LGTM, one suggestion

@ci-tester-lunarg
Copy link
Collaborator

CI Vulkan-ValidationLayers build queued with queue ID 261304.

@ci-tester-lunarg
Copy link
Collaborator

CI Vulkan-ValidationLayers build # 17541 running.

@ci-tester-lunarg
Copy link
Collaborator

CI Vulkan-ValidationLayers build # 17541 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