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

Field Documentation

◆ hasDynamicOffset

WGPUBool WGPUBufferBindingLayout::hasDynamicOffset

Definition at line 863 of file webgpu.h.

◆ minBindingSize

uint64_t WGPUBufferBindingLayout::minBindingSize

Definition at line 864 of file webgpu.h.

◆ nextInChain

WGPUChainedStruct const* WGPUBufferBindingLayout::nextInChain

Definition at line 861 of file webgpu.h.

◆ type

WGPUBufferBindingType WGPUBufferBindingLayout::type

Definition at line 862 of file webgpu.h.


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