Explorar o código

Add missing extension names

Popov72 %!s(int64=4) %!d(string=hai) anos
pai
achega
927e6ff6f9
Modificáronse 1 ficheiros con 3 adicións e 1 borrados
  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"