Halide
WGPUPipelineLayoutDescriptor Struct Reference

#include <mini_webgpu.h>

Public Attributes

const WGPUChainedStructnextInChain
 
const char * label
 
uint32_t bindGroupLayoutCount
 
const WGPUBindGroupLayoutbindGroupLayouts
 

Detailed Description

Definition at line 932 of file mini_webgpu.h.

Member Data Documentation

◆ nextInChain

const WGPUChainedStruct* WGPUPipelineLayoutDescriptor::nextInChain

Definition at line 933 of file mini_webgpu.h.

◆ label

const char* WGPUPipelineLayoutDescriptor::label

Definition at line 934 of file mini_webgpu.h.

◆ bindGroupLayoutCount

uint32_t WGPUPipelineLayoutDescriptor::bindGroupLayoutCount

Definition at line 935 of file mini_webgpu.h.

◆ bindGroupLayouts

const WGPUBindGroupLayout* WGPUPipelineLayoutDescriptor::bindGroupLayouts

Definition at line 936 of file mini_webgpu.h.


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