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

gpu: Fix Chaining of Accesses for General Buffer #9042

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

Conversation

spencer-lunarg
Copy link
Contributor

This fixes case when you go

%36 = OpAccessChain %23 %35 0
%37 = OpAccessChain %20 %36 1

instead of %36 = OpAccessChain %23 %35 0 1

While here, added lots of test to fix checking when copying between Array/Structs

@spencer-lunarg spencer-lunarg requested a review from a team as a code owner December 17, 2024 15:36
@ci-tester-lunarg
Copy link
Collaborator

CI Vulkan-ValidationLayers build queued with queue ID 326084.

@ci-tester-lunarg
Copy link
Collaborator

CI Vulkan-ValidationLayers build # 18353 running.

@ci-tester-lunarg
Copy link
Collaborator

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

2 participants