No files found.
+3 −5
Cargo.lock
Cargo.lock
+4 −0
Cargo.toml
Cargo.toml
+4 −0
Bindings.conf
components/script/dom/bindings/codegen/Bindings.conf
+34 −0
globalscope.rs
components/script/dom/globalscope.rs
+4 −1
gpuadapter.rs
components/script/dom/gpuadapter.rs
+18 −17
gpucommandencoder.rs
components/script/dom/gpucommandencoder.rs
+164 −1
gpudevice.rs
components/script/dom/gpudevice.rs
+38 −0
gpudevicelostinfo.rs
components/script/dom/gpudevicelostinfo.rs
+31 −0
gpuoutofmemoryerror.rs
components/script/dom/gpuoutofmemoryerror.rs
+42 −0
gpuvalidationerror.rs
components/script/dom/gpuvalidationerror.rs
+3 −0
mod.rs
components/script/dom/mod.rs
+13 −0
GPUDeviceLostInfo.webidl
components/script/dom/webidls/GPUDeviceLostInfo.webidl
+9 −0
GPUOutOfMemoryError.webidl
...onents/script/dom/webidls/GPUOutOfMemoryError.webidl
+22 −0
GPUValidationError.webidl
components/script/dom/webidls/GPUValidationError.webidl
+9 −0
script_thread.rs
components/script/script_thread.rs
+1 −0
Cargo.toml
components/webgpu/Cargo.toml
+17 −2
identity.rs
components/webgpu/identity.rs
+152 −48
lib.rs
components/webgpu/lib.rs