Skip to content

Commit

Permalink
wgpu: enable wgpu-core glsl and spirv features when appropriate
Browse files Browse the repository at this point in the history
  • Loading branch information
waynr committed Jan 18, 2024
1 parent ce5ad2a commit 73d6fae
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions wgpu/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -56,10 +56,10 @@ webgl = ["hal", "wgc/gles"]
# --------------------------------------------------------------------

## Enable accepting SPIR-V shaders as input.
spirv = ["naga/spv-in"]
spirv = ["naga/spv-in", "wgc/spirv"]

## Enable accepting GLSL shaders as input.
glsl = ["naga/glsl-in"]
glsl = ["naga/glsl-in", "wgc/glsl"]

## Enable accepting WGSL shaders as input.
wgsl = ["wgc?/wgsl"]
Expand Down

0 comments on commit 73d6fae

Please sign in to comment.