Popov72 4 vuotta sitten
vanhempi
commit
b6a3da37a7
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. 1 1
      src/LibDeclarations/webgpu.d.ts

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

@@ -171,7 +171,7 @@ declare global {
     | "bc7-rgba-unorm-srgb"
     | "depth24unorm-stencil8"
     | "depth32float-stencil8";
-  export type GPUTextureComponentType = "float" | "sint" | "uint";
+  export type GPUTextureComponentType = "float" | "sint" | "uint" | "depth-comparison";
   export type GPUTextureViewDimension =
     | "1d"
     | "2d"