Popov72 4 년 전
부모
커밋
b6a3da37a7
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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"