type RawBinding<T extends ShaderType = any> = { attribute: UniformAttribute, uniform?: StoragePlaceholder<T>, storage?: StoragePlaceholder<T>, texture?: TexturePlaceholder, sampler?: SamplerSource, }
packages / core / src / types.ts