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

Handle OpCopy* instructions #229

Open
spencer-lunarg opened this issue Oct 29, 2023 · 0 comments
Open

Handle OpCopy* instructions #229

spencer-lunarg opened this issue Oct 29, 2023 · 0 comments
Assignees
Labels

Comments

@spencer-lunarg
Copy link
Contributor

while doing #224 I realized that OpCopy* commands aren't correctly supported.

The following is accessing the OpVariable but because it goes through an OpCopyObject it doesn't notice it as accessed

%texture_image = OpVariable %ptr_texture UniformConstant
%var_copy = OpCopyObject %ptr_texture %texture_image
%load = OpLoad %10 %var_copy
@spencer-lunarg spencer-lunarg self-assigned this Oct 29, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant