Data Fields | |
| WGPUChainedStruct * | nextInChain |
| WGPUStringView | label |
| WGPUPipelineLayout | layout |
| WGPUComputeState | compute |
Default values can be set using WGPU_COMPUTE_PIPELINE_DESCRIPTOR_INIT as initializer.
| WGPUChainedStruct* WGPUComputePipelineDescriptor::nextInChain |
| WGPUStringView WGPUComputePipelineDescriptor::label |
This is a Non-Null Input String.
The INIT macro sets this to WGPU_STRING_VIEW_INIT.
| WGPUPipelineLayout WGPUComputePipelineDescriptor::layout |
| WGPUComputeState WGPUComputePipelineDescriptor::compute |
The INIT macro sets this to WGPU_COMPUTE_STATE_INIT.