WebGPU Headers
The WebGPU C API
 
Loading...
Searching...
No Matches
WGPUComputePipeline methods

Functions whose first argument has type WGPUComputePipeline. More...

Functions

WGPUBindGroupLayout wgpuComputePipelineGetBindGroupLayout (WGPUComputePipeline computePipeline, uint32_t groupIndex)
 
void wgpuComputePipelineSetLabel (WGPUComputePipeline computePipeline, WGPUStringView label)
 
void wgpuComputePipelineAddRef (WGPUComputePipeline computePipeline)
 
void wgpuComputePipelineRelease (WGPUComputePipeline computePipeline)
 

Detailed Description

Functions whose first argument has type WGPUComputePipeline.

Function Documentation

◆ wgpuComputePipelineGetBindGroupLayout()

WGPUBindGroupLayout wgpuComputePipelineGetBindGroupLayout ( WGPUComputePipeline computePipeline,
uint32_t groupIndex )
Returns
This value is Returned with Ownership.

◆ wgpuComputePipelineSetLabel()

void wgpuComputePipelineSetLabel ( WGPUComputePipeline computePipeline,
WGPUStringView label )

◆ wgpuComputePipelineAddRef()

void wgpuComputePipelineAddRef ( WGPUComputePipeline computePipeline)

◆ wgpuComputePipelineRelease()

void wgpuComputePipelineRelease ( WGPUComputePipeline computePipeline)