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