aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/gpubufferusage.rs
Commit message (Collapse)AuthorAgeFilesLines
* Strict import formatting (grouping and granularity) (#30325)Samson2023-09-111-1/+2
| | | | | * strict imports formatting * Reformat all imports
* Initial implementation of GPUBuffer for WebGPUIstvan Miklos2019-12-171-0/+11
Added WebIDL bindings for GPUBuffer, GPUBufferDescriptor, GPUBufferUsage Implemented the `createBuffer` and `createBufferMapped` functions of GPUDevice