|
16 | 16 | "ConnectionType": { |
17 | 17 | "value": ["wimax"] |
18 | 18 | }, |
19 | | - "GPUBlendFactor": { |
20 | | - "value": [ |
21 | | - "one-minus-src1", // Blink only as of 2024-11 |
22 | | - "one-minus-src1-alpha", // Blink only as of 2024-11 |
23 | | - "src1", // Blink only as of 2024-11 |
24 | | - "src1-alpha" // Blink only as of 2024-11 |
25 | | - ] |
26 | | - }, |
27 | | - "GPUFeatureName": { |
28 | | - "value": [ |
29 | | - "clip-distances", // Blink only as of 2024-11 |
30 | | - "dual-source-blending", // Blink only as of 2024-11 |
31 | | - "float32-blendable", // Blink only as of 2024-11 |
32 | | - "texture-compression-astc-sliced-3d", // No implementation as of 2024-11 |
33 | | - "texture-compression-bc-sliced-3d" // No implementation as of 2024-11 |
34 | | - ] |
35 | | - }, |
36 | | - "GPUVertexFormat": { |
37 | | - "value": [ |
38 | | - "float16", // Blink only as of 2024-11 |
39 | | - "sint16", // Blink only as of 2024-11 |
40 | | - "sint8", // Blink only as of 2024-11 |
41 | | - "snorm16", // Blink only as of 2024-11 |
42 | | - "snorm8", // Blink only as of 2024-11 |
43 | | - "uint16", // Blink only as of 2024-11 |
44 | | - "uint8", // Blink only as of 2024-11 |
45 | | - "unorm16", // Blink only as of 2024-11 |
46 | | - "unorm8", // Blink only as of 2024-11 |
47 | | - "unorm8x4-bgra" // Blink only as of 2024-11 |
48 | | - ] |
49 | | - }, |
50 | 19 | "KeyFormat": { |
51 | 20 | "value": [ |
52 | 21 | "raw-private", // No implementation as of 2025-09 |
|
338 | 307 | } |
339 | 308 | } |
340 | 309 | }, |
341 | | - "GPURequestAdapterOptions": { |
342 | | - "members": { |
343 | | - "member": { |
344 | | - "featureLevel": null // Blink experimental only as of 2024-11 |
345 | | - } |
346 | | - } |
347 | | - }, |
348 | | - "GPUShaderModuleDescriptor": { |
349 | | - "members": { |
350 | | - "member": { |
351 | | - "compilationHints": null // Blink only as of 2024-11 |
352 | | - } |
353 | | - } |
354 | | - }, |
355 | | - "GPUTextureViewDescriptor": { |
356 | | - "members": { |
357 | | - "member": { |
358 | | - "usage": null // Blink only as of 2024-11 |
359 | | - } |
360 | | - } |
361 | | - }, |
362 | 310 | "ImageDataSettings": { |
363 | 311 | "members": { |
364 | 312 | "member": { |
|
0 commit comments