import type { Device } from "@vgpu/core"; import type { InspectMaterial } from "./inspect-material.ts"; export interface NormalDebugMaterialSpec { readonly device: Device; readonly targetFormat?: GPUTextureFormat; } export declare function normalDebugMaterial(spec: NormalDebugMaterialSpec): InspectMaterial; //# sourceMappingURL=normal-debug-material.d.ts.map