Halide
WGPUComputePipelineDescriptor Struct Reference

#include <mini_webgpu.h>

Public Attributes

const WGPUChainedStructnextInChain
 
const char * label
 
WGPUPipelineLayout layout
 
WGPUProgrammableStageDescriptor compute
 

Detailed Description

Definition at line 1312 of file mini_webgpu.h.

Member Data Documentation

◆ nextInChain

const WGPUChainedStruct* WGPUComputePipelineDescriptor::nextInChain

Definition at line 1313 of file mini_webgpu.h.

◆ label

const char* WGPUComputePipelineDescriptor::label

Definition at line 1314 of file mini_webgpu.h.

◆ layout

WGPUPipelineLayout WGPUComputePipelineDescriptor::layout

Definition at line 1315 of file mini_webgpu.h.

◆ compute

WGPUProgrammableStageDescriptor WGPUComputePipelineDescriptor::compute

Definition at line 1316 of file mini_webgpu.h.


The documentation for this struct was generated from the following file: