type DataBinding<T extends SymbolTableT = any> = { uniform: UniformAttribute, storage?: StorageSource, texture?: TextureSource, lambda?: LambdaSource<ShaderModule<T>>, constant?: any, }
packages / shader / src / types.ts