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

Data Fields

WGPUChainedStruct const * nextInChain
 
WGPUBufferBindingType type
 
WGPUBool hasDynamicOffset
 
uint64_t minBindingSize
 

Detailed Description

Definition at line 852 of file webgpu.h.

Field Documentation

◆ nextInChain

WGPUChainedStruct const* WGPUBufferBindingLayout::nextInChain

Definition at line 853 of file webgpu.h.

◆ type

WGPUBufferBindingType WGPUBufferBindingLayout::type

Definition at line 854 of file webgpu.h.

◆ hasDynamicOffset

WGPUBool WGPUBufferBindingLayout::hasDynamicOffset

Definition at line 855 of file webgpu.h.

◆ minBindingSize

uint64_t WGPUBufferBindingLayout::minBindingSize

Definition at line 856 of file webgpu.h.