const bindingToModule: (
binding: {
uniform: UniformAttribute,
storage?: StorageSource,
texture?: TextureSource,
lambda?: LambdaSource<ShaderModule<SymbolTable>>,
constant?: any,
},
) => ParsedBundle<SymbolTable> | ParsedModule<SymbolTable>
packages / shader / src / wgsl / bind.ts