type UniformAttribute = { name: string, format: UniformFormat, type?: ShaderType, args?: UniformFormat[], attr?: string[], qual?: string, }
packages / core / src / types.ts