bindPipeline method
Implementation
void bindPipeline(GpuComputePipeline pipeline) {
_wgpu.wgpuComputePassEncoderSetPipeline(_handle, pipeline.handle.cast());
}
void bindPipeline(GpuComputePipeline pipeline) {
_wgpu.wgpuComputePassEncoderSetPipeline(_handle, pipeline.handle.cast());
}