Skip to content

Commit

Permalink
forwarding wgsl feature to naga
Browse files Browse the repository at this point in the history
  • Loading branch information
KaiSchubertNebumind committed Aug 16, 2024
1 parent 0de075c commit 50145f4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions wgpu/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,8 @@ wgsl = ["wgc?/wgsl"]
## Enable accepting naga IR shaders as input.
naga-ir = ["dep:naga"]

wgsl-in-out = ["naga/wgsl-in", "naga/wgsl-out"]

#! ### Logging & Tracing
# --------------------------------------------------------------------
#! The following features do not have any effect on the WebGPU backend.
Expand Down

0 comments on commit 50145f4

Please # to comment.