No files found.
+11 −12
Cargo.lock
Cargo.lock
+5 −5
trace.rs
components/script/dom/bindings/trace.rs
+2 −0
gpuadapter.rs
components/script/dom/gpuadapter.rs
+23 −5
gpubindgroup.rs
components/script/dom/gpubindgroup.rs
+4 −28
gpubindgrouplayout.rs
components/script/dom/gpubindgrouplayout.rs
+1 −1
gpubuffer.rs
components/script/dom/gpubuffer.rs
+2 −2
gpucommandencoder.rs
components/script/dom/gpucommandencoder.rs
+2 −1
gpucomputepassencoder.rs
components/script/dom/gpucomputepassencoder.rs
+10 −3
gpucomputepipeline.rs
components/script/dom/gpucomputepipeline.rs
+123 −245
gpudevice.rs
components/script/dom/gpudevice.rs
+3 −14
gpupipelinelayout.rs
components/script/dom/gpupipelinelayout.rs
+8 −3
gpurenderpassencoder.rs
components/script/dom/gpurenderpassencoder.rs
+11 −7
gpusampler.rs
components/script/dom/gpusampler.rs
+22 −17
gputexture.rs
components/script/dom/gputexture.rs
+17 −8
gputextureview.rs
components/script/dom/gputextureview.rs
+9 −8
GPUAdapter.webidl
components/script/dom/webidls/GPUAdapter.webidl
+3 −3
GPUBindGroup.webidl
components/script/dom/webidls/GPUBindGroup.webidl
+7 −6
GPUBindGroupLayout.webidl
components/script/dom/webidls/GPUBindGroupLayout.webidl
+4 −2
identity.rs
components/webgpu/identity.rs
+46 −26
lib.rs
components/webgpu/lib.rs