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

Update Slang-RHI again to get more WGPU fixes #5475

Merged
merged 1 commit into from
Nov 1, 2024

Conversation

aleino-nv
Copy link
Collaborator

This fixes a teardown crash, and a buffer usage mismatch issue during bind group creation. This helps to address issue #5222.

@aleino-nv aleino-nv added the pr: non-breaking PRs without breaking changes label Nov 1, 2024
@aleino-nv aleino-nv force-pushed the aleino/wgpu branch 2 times, most recently from 89f8aff to c144333 Compare November 1, 2024 12:36
This fixes a teardown crash, and a buffer usage mismatch issue during bind group creation.
These Slang-RHI fixes allow several WGPU tests to be enabled:

- tests/compute/column-major.slang
- tests/compute/constant-buffer-memory-packing.slang
- tests/compute/matrix-layout.hlsl
- tests/compute/non-square-column-major.slang
- tests/compute/row-major.slang
- tests/hlsl/packoffset.slang

This helps to address issue shader-slang#5222.
@aleino-nv aleino-nv merged commit e1c3c4a into shader-slang:master Nov 1, 2024
14 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.

2 participants