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

Fix incorrect use of pointer in WGSL #5144

Conversation

jkwak-work
Copy link
Collaborator

Closes #5143

Recently there was a commit that changed the behavior of the memory pointer for WGSL.

This commit fixes some issues came up after the change.

Closes shader-slang#5143

Recently there was a commit that changed the behavior of the memory
pointer for WGSL.

This commit fixes some issues came up after the change.
@jkwak-work jkwak-work added the pr: non-breaking PRs without breaking changes label Sep 23, 2024
@jkwak-work jkwak-work self-assigned this Sep 23, 2024
@csyonghe csyonghe merged commit 6912c58 into shader-slang:master Sep 23, 2024
13 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
pr: non-breaking PRs without breaking changes
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Invalid WGSL code
2 participants