Halide
WGPUBindGroupDescriptor Struct Reference

#include <mini_webgpu.h>

Public Attributes

const WGPUChainedStructnextInChain
 
const char * label
 
WGPUBindGroupLayout layout
 
uint32_t entryCount
 
const WGPUBindGroupEntryentries
 

Detailed Description

Definition at line 1166 of file mini_webgpu.h.

Member Data Documentation

◆ nextInChain

const WGPUChainedStruct* WGPUBindGroupDescriptor::nextInChain

Definition at line 1167 of file mini_webgpu.h.

◆ label

const char* WGPUBindGroupDescriptor::label

Definition at line 1168 of file mini_webgpu.h.

◆ layout

WGPUBindGroupLayout WGPUBindGroupDescriptor::layout

Definition at line 1169 of file mini_webgpu.h.

◆ entryCount

uint32_t WGPUBindGroupDescriptor::entryCount

Definition at line 1170 of file mini_webgpu.h.

◆ entries

const WGPUBindGroupEntry* WGPUBindGroupDescriptor::entries

Definition at line 1171 of file mini_webgpu.h.


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