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