mirror of
https://github.com/servo/servo.git
synced 2025-08-03 04:30:10 +01:00
Update wgpu-core and wgpu-types
This commit is contained in:
parent
1d4efb48ba
commit
3b5ede153d
18 changed files with 58 additions and 90 deletions
|
@ -14,12 +14,13 @@ interface GPUAdapter {
|
|||
};
|
||||
|
||||
dictionary GPUDeviceDescriptor : GPUObjectDescriptorBase {
|
||||
GPUExtensions extensions = {};
|
||||
sequence<GPUExtensionName> extensions = [];
|
||||
GPULimits limits = {};
|
||||
};
|
||||
|
||||
dictionary GPUExtensions {
|
||||
boolean anisotropicFiltering = false;
|
||||
enum GPUExtensionName {
|
||||
"texture-compression-bc",
|
||||
"pipeline-statistics-query"
|
||||
};
|
||||
|
||||
dictionary GPULimits {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue