mirror of
https://github.com/servo/servo.git
synced 2025-08-18 11:55:39 +01:00
Initial implementation of GPUBindGroupLayout for WebGPU
Added WebIDL bindings for `GPUBindGroupLayout`, `GPUBindGroupLayoutDescriptor`, `GPUBindingType`, `GPUShaderStage` and `GPUBindGroupLayoutBinding` (Note: The servo's codegen doesn't like the name, because its already occupied). Implemented the `createBindGroupLayout` function of `GPUDevice`.
This commit is contained in:
parent
95614f57f1
commit
9cf007472b
13 changed files with 397 additions and 11 deletions
|
@ -33,6 +33,8 @@ packages = [
|
|||
"gleam",
|
||||
"mach",
|
||||
"nix",
|
||||
"peek-poke",
|
||||
"peek-poke-derive",
|
||||
"wayland-sys",
|
||||
|
||||
# https://github.com/servo/servo/pull/23288#issuecomment-494687746
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue