type CPUGeometry = {
archetype?: number,
topology?: GPUPrimitiveTopology,
bounds?: DataBounds,
count: number,
attributes: CPUAttributes,
formats: Record<string, UniformType>,
unwelded?: Record<string, boolean>,
}
packages / core / src / types.ts