mirror of
https://github.com/servo/servo
synced 2026-05-01 20:07:22 +02:00
Use Device limits and features provided by user
Spec update
This commit is contained in:
@@ -18,8 +18,12 @@ dictionary GPUDeviceDescriptor : GPUObjectDescriptorBase {
|
||||
};
|
||||
|
||||
enum GPUExtensionName {
|
||||
"depth-clamping",
|
||||
"depth24unorm-stencil8",
|
||||
"depth32float-stencil8",
|
||||
"pipeline-statistics-query",
|
||||
"texture-compression-bc",
|
||||
"pipeline-statistics-query"
|
||||
"timestamp-query",
|
||||
};
|
||||
|
||||
dictionary GPULimits {
|
||||
|
||||
Reference in New Issue
Block a user