Implement GPUComputePassEncoder functions

Implement the `dispatch`, `endPass`, `setBindGroup`, `setPipeline` functions of `GPUComputePassEncoder`.
This commit is contained in:
Istvan Miklos 2020-02-18 11:29:21 +01:00
parent 5597ccf57d
commit 170e9971ac
10 changed files with 109 additions and 83 deletions

View file

@ -31,8 +31,6 @@ packages = [
"cgl",
"cocoa",
"gleam",
"mach",
"nix",
"peek-poke",
"peek-poke-derive",
"wayland-sys",