WebGPU Headers
The WebGPU C API
 
Loading...
Searching...
No Matches
WGPUBindGroupEntry Struct Reference

Data Fields

WGPUChainedStruct const * nextInChain
 
uint32_t binding
 
WGPUBuffer buffer
 
uint64_t offset
 
uint64_t size
 
WGPUSampler sampler
 
WGPUTextureView textureView
 

Detailed Description

Definition at line 836 of file webgpu.h.

Field Documentation

◆ nextInChain

WGPUChainedStruct const* WGPUBindGroupEntry::nextInChain

Definition at line 837 of file webgpu.h.

◆ binding

uint32_t WGPUBindGroupEntry::binding

Definition at line 838 of file webgpu.h.

◆ buffer

WGPUBuffer WGPUBindGroupEntry::buffer

Definition at line 839 of file webgpu.h.

◆ offset

uint64_t WGPUBindGroupEntry::offset

Definition at line 840 of file webgpu.h.

◆ size

uint64_t WGPUBindGroupEntry::size

Definition at line 841 of file webgpu.h.

◆ sampler

WGPUSampler WGPUBindGroupEntry::sampler

Definition at line 842 of file webgpu.h.

◆ textureView

WGPUTextureView WGPUBindGroupEntry::textureView

Definition at line 843 of file webgpu.h.