type UniformAttributeDescriptor = Omit<UniformAttribute, "format"> & { offset: number, format: UniformType | UniformAttributeDescriptor[] | UniformNamedType, }
packages / core / src / types.ts