const bindBundle: (
subject: ShaderModule,
links?:
| Record<string, ParsedModule<any> | ParsedBundle<any> | null | undefined>
| null,
defines?: Record<string, ShaderDefine> | null,
) => ParsedBundle
packages / shader / src / util / bind.ts