/** * Blit-based mipmap generator for WebGPU textures. * Creates each mip level by rendering a fullscreen triangle with linear filtering. */ /** Generate mipmaps for a texture using blit-based downsampling. */ export declare function generateMipmaps(device: GPUDevice, texture: GPUTexture): void; //# sourceMappingURL=mipmap-generator.d.ts.map