• Parameters

    • Rest ...args: [t: TextureZeroInitTest, params: Merged<Merged<Merged<Merged<{}, {
          dimension: GPUTextureDimension;
      }>, {
          readMethod: ReadMethod;
      }>, {
          format: "depth32float-stencil8" | "bgra8unorm" | "rgba8unorm" | "rgba16float" | "r8unorm" | "r8snorm" | "r8uint" | "r8sint" | "r16uint" | "r16sint" | "r16float" | "rg8unorm" | "rg8snorm" | "rg8uint" | "rg8sint" | "r32uint" | "r32sint" | "r32float" | "rg16uint" | "rg16sint" | "rg16float" | "rgba8unorm-srgb" | "rgba8snorm" | "rgba8uint" | "rgba8sint" | "bgra8unorm-srgb" | "rgb9e5ufloat" | "rgb10a2uint" | "rgb10a2unorm" | "rg11b10ufloat" | "rg32uint" | "rg32sint" | "rg32float" | "rgba16uint" | "rgba16sint" | "rgba32uint" | "rgba32sint" | "rgba32float" | "stencil8" | "depth16unorm" | "depth24plus" | "depth24plus-stencil8" | "depth32float";
      }>, Merged<Merged<Merged<Merged<Merged<Merged<Merged<{}, {
          aspect: GPUTextureAspect;
      }>, {
          mipLevelCount: MipLevels;
      }>, {
          sampleCount: number;
      }>, {
          uninitializeMethod: UninitializeMethod;
      }>, {
          layerCount: LayerCounts;
      }>, {
          nonPowerOfTwo: boolean;
      }>, {
          canaryOnCreation: boolean;
      }>>, texture: GPUTexture, state: InitializedState, subresourceRange: SubresourceRange]

    Returns void

Generated using TypeDoc