type ShaderModuleDescriptor = { code: TypedArray | string, label?: string, entryPoint: string, hash: string | number, }
packages / core / src / types.ts