Halide
WGPUBindGroupEntry Struct Reference

#include <mini_webgpu.h>

Public Attributes

const WGPUChainedStructnextInChain
 
uint32_t binding
 
WGPUBuffer buffer
 
uint64_t offset
 
uint64_t size
 
WGPUSampler sampler
 
WGPUTextureView textureView
 

Detailed Description

Definition at line 706 of file mini_webgpu.h.

Member Data Documentation

◆ nextInChain

const WGPUChainedStruct* WGPUBindGroupEntry::nextInChain

Definition at line 707 of file mini_webgpu.h.

◆ binding

uint32_t WGPUBindGroupEntry::binding

Definition at line 708 of file mini_webgpu.h.

◆ buffer

WGPUBuffer WGPUBindGroupEntry::buffer

Definition at line 709 of file mini_webgpu.h.

◆ offset

uint64_t WGPUBindGroupEntry::offset

Definition at line 710 of file mini_webgpu.h.

◆ size

uint64_t WGPUBindGroupEntry::size

Definition at line 711 of file mini_webgpu.h.

◆ sampler

WGPUSampler WGPUBindGroupEntry::sampler

Definition at line 712 of file mini_webgpu.h.

◆ textureView

WGPUTextureView WGPUBindGroupEntry::textureView

Definition at line 713 of file mini_webgpu.h.


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