type CPUAggregate = {
aggregateBuffers: Record<string, ArrayAggregate>,
refBuffers: Record<string, any[]>,
bySelfs?: {
keys: ([string, string])[],
},
byInstances?: StructAggregate,
byVertices?: StructAggregate,
byIndices?: StructAggregate,
byRefs?: StructAggregate,
}
packages / core / src / types.ts