mirror of
https://github.com/gfx-rs/wgpu.git
synced 2025-12-08 21:26:17 +00:00
Check Deno build on CI
This commit is contained in:
parent
acd983ed5e
commit
96ed52f4a7
17
.github/workflows/ci.yml
vendored
17
.github/workflows/ci.yml
vendored
@ -179,3 +179,20 @@ jobs:
|
||||
- name: run rustfmt
|
||||
run: |
|
||||
cargo fmt -- --check
|
||||
|
||||
deno:
|
||||
name: Deno
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: checkout repo
|
||||
uses: actions/checkout@v2
|
||||
|
||||
- name: install rust
|
||||
uses: actions-rs/toolchain@v1
|
||||
with:
|
||||
profile: minimal
|
||||
toolchain: stable
|
||||
|
||||
- name: build Deno
|
||||
run: |
|
||||
cargo check --manifest-path cts_runner/Cargo.toml
|
||||
|
||||
@ -39,6 +39,7 @@ pub fn op_webgpu_create_shader_module(
|
||||
|
||||
let descriptor = wgpu_core::pipeline::ShaderModuleDescriptor {
|
||||
label: args.label.map(Cow::from),
|
||||
shader_bound_checks: wgpu_types::ShaderBoundChecks::default(),
|
||||
};
|
||||
|
||||
gfx_put!(device => instance.device_create_shader_module(
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user