Data Fields | |
WGPUChainedStruct const * | nextInChain |
WGPUStringView | label |
WGPUPipelineLayout | layout |
WGPUComputeStage | compute |
Default values can be set using WGPU_COMPUTE_PIPELINE_DESCRIPTOR_INIT as initializer.
WGPUChainedStruct const* WGPUComputePipelineDescriptor::nextInChain |
WGPUStringView WGPUComputePipelineDescriptor::label |
This is a Non-Null Input String.
Defaults to WGPU_STRING_VIEW_INIT.
WGPUPipelineLayout WGPUComputePipelineDescriptor::layout |
WGPUComputeStage WGPUComputePipelineDescriptor::compute |
Defaults to WGPU_COMPUTE_STAGE_INIT.