mirror of
https://github.com/servo/servo.git
synced 2025-08-18 11:55:39 +01:00
Initial implementation of GPUBuffer for WebGPU
Added WebIDL bindings for GPUBuffer, GPUBufferDescriptor, GPUBufferUsage Implemented the `createBuffer` and `createBufferMapped` functions of GPUDevice
This commit is contained in:
parent
6ccad53937
commit
ebfcd0f27f
14 changed files with 428 additions and 12 deletions
|
@ -45,6 +45,7 @@ packages = [
|
|||
"proc-macro2",
|
||||
"quote",
|
||||
"syn",
|
||||
"smallvec",
|
||||
"unicode-xid",
|
||||
"wayland-sys",
|
||||
]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue