WebGPU Native  v0.1.0
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 844 of file webgpu.h.

Field Documentation

◆ binding

uint32_t WGPUBindGroupEntry::binding

Definition at line 846 of file webgpu.h.

◆ buffer

WGPUBuffer WGPUBindGroupEntry::buffer

Definition at line 847 of file webgpu.h.

◆ nextInChain

WGPUChainedStruct const* WGPUBindGroupEntry::nextInChain

Definition at line 845 of file webgpu.h.

◆ offset

uint64_t WGPUBindGroupEntry::offset

Definition at line 848 of file webgpu.h.

◆ sampler

WGPUSampler WGPUBindGroupEntry::sampler

Definition at line 850 of file webgpu.h.

◆ size

uint64_t WGPUBindGroupEntry::size

Definition at line 849 of file webgpu.h.

◆ textureView

WGPUTextureView WGPUBindGroupEntry::textureView

Definition at line 851 of file webgpu.h.


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