const useRenderPipeline: (
device: GPUDevice,
renderContext: UseGPURenderContext,
shader: [ShaderModuleDescriptor, ShaderModuleDescriptor | null],
props?: DeepPartial<GPURenderPipelineDescriptor>,
layout?: GPUPipelineLayout,
) => any
packages / workbench / src / hooks / useRenderPipeline.ts