← Back to context Comment by brookman64k 8 months ago Just to avoid potential confusion: WebGPU and WGPU are different things. 1 comment brookman64k Reply slimsag 8 months ago (a) WebGPU -> Specification or browser API(b) WGPU, gfx-rs/wgpu, wgpu.rs -> Rust crate implementing WebGPU(c) wgpu -> the prefix used by the C API for all WebGPU native implementations.(d) 'wgpu' -> a cute shorthand used by everyone to describe either (a), (b), or (c) with confusion.
slimsag 8 months ago (a) WebGPU -> Specification or browser API(b) WGPU, gfx-rs/wgpu, wgpu.rs -> Rust crate implementing WebGPU(c) wgpu -> the prefix used by the C API for all WebGPU native implementations.(d) 'wgpu' -> a cute shorthand used by everyone to describe either (a), (b), or (c) with confusion.
(a) WebGPU -> Specification or browser API
(b) WGPU, gfx-rs/wgpu, wgpu.rs -> Rust crate implementing WebGPU
(c) wgpu -> the prefix used by the C API for all WebGPU native implementations.
(d) 'wgpu' -> a cute shorthand used by everyone to describe either (a), (b), or (c) with confusion.