Browse Source

Add missing extension names

Popov72 4 năm trước cách đây
mục cha
commit
927e6ff6f9
1 tập tin đã thay đổi với 3 bổ sung1 xóa
  1. 3 1
      src/LibDeclarations/webgpu.d.ts

+ 3 - 1
src/LibDeclarations/webgpu.d.ts

@@ -48,7 +48,9 @@ declare global {
     | "texture-compression-bc"
     | "timestamp-query"
     | "pipeline-statistics-query"
-    | "depth-clamping";
+    | "depth-clamping"
+    | "depth24unorm-stencil8"
+    | "depth32float-stencil8";
   export type GPUAddressMode = "clamp-to-edge" | "repeat" | "mirror-repeat";
   export type GPUBindingType =
     | "uniform-buffer"