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