/// import { DataType, PixelFormat } from '../../enums'; export declare function toTextureFormat(f: PixelFormat, t: DataType, normalized?: boolean, srgb?: boolean): GPUTextureFormat; //# sourceMappingURL=textureFormat.d.ts.map