import type { Device } from "@vgpu/core"; import type { Mesh } from "../mesh-like.ts"; import type { HalfEdgeKernel } from "./half-edge-kernel.ts"; export declare function bakeRenderMesh(k: HalfEdgeKernel, device: Device): Mesh; //# sourceMappingURL=half-edge-bake.d.ts.map