const makeShaderBindings: <T extends ShaderModule>(
uniforms: (UniformAttribute | UniformAttributeValue)[],
sources: any[],
) => DataBinding<T>[]
Parse a set of shader sources for use with a given set of uniforms/attributes.
packages / core / src / binding.ts