type VertexData = { count: number, vertices: TypedArray[], attributes: GPUVertexBufferLayout[], indices?: TypedArray, indexFormat?: GPUIndexFormat, }
packages / core / src / types.ts