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

[wgsl] Storage buffer/texture access #1142

Merged
merged 10 commits into from
Jul 28, 2021
Merged

[wgsl] Storage buffer/texture access #1142

merged 10 commits into from
Jul 28, 2021

Conversation

525c1e21-bd67-4735-ac99-b4b0e5262290
Copy link
Contributor

@525c1e21-bd67-4735-ac99-b4b0e5262290 525c1e21-bd67-4735-ac99-b4b0e5262290 commented Jul 27, 2021

TODO

  • HLSL

    • Get proper feedback from someone well-versed in HLSL
    • Formulate failing test for untested code (or remove)
  • SPIRV

    • Ensure OpDecorate %10 NonWritable appearing in tests/out/spv/bounds-check-zero.spvasm is correct

src/back/wgsl/writer.rs Outdated Show resolved Hide resolved
Cargo.toml Outdated Show resolved Hide resolved
@kvark kvark self-assigned this Jul 27, 2021
@kvark kvark marked this pull request as ready for review July 28, 2021 04:59
@kvark kvark merged commit 2f516c0 into gfx-rs:master Jul 28, 2021
JCapucho pushed a commit to JCapucho/naga that referenced this pull request Aug 1, 2021
* Resurrect texture_storage_* tests
* Test parsing of `var<storage,write>`
* Default storage textures to READ
* Restore default features
* Fix glsl/hlsl/msl/spv front and back ends
* Add missing test outputs
* All-around fixes for the storage access

Co-authored-by: Dzmitry Malyshau <kvarkus@gmail.com>
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