summaryrefslogtreecommitdiff
path: root/op_crates/webgpu
AgeCommit message (Collapse)Author
2021-03-10fix: getBindGroupLayout always illegal invocation (#9684)Luca Casonato
2021-03-09chore: release crates (#9731)Bartek IwaƄczuk
2021-03-09fix(webgpu): Add Uint32Array type for code in ShaderModuleDescriptor (#9730)crowlKats
2021-03-08fix(webgpu): add webidl records and simple unions (#9698)Luca Casonato
The only functional user facing difference is that this commit allows the use SPIRV shaders, not just WGSL. This matches FF and Chrome Canary.
2021-03-02Bump crate versions (#9651)Ryan Dahl
2021-03-01feat: WebGPU API (#7977)crowlKats
Co-authored-by: Luca Casonato <lucacasonato@yahoo.com>