WebGPU Headers: WGPUStorageTextureBindingLayout Struct Reference
Loading...
Searching...
No Matches
WGPUStorageTextureBindingLayout Struct Reference
Data Fields | |
| WGPUChainedStruct * | nextInChain |
| WGPUStorageTextureAccess | access |
| WGPUTextureFormat | format |
| WGPUTextureViewDimension | viewDimension |
Detailed Description
Default values can be set using WGPU_STORAGE_TEXTURE_BINDING_LAYOUT_INIT as initializer.
Field Documentation
◆ nextInChain
WGPUChainedStruct* WGPUStorageTextureBindingLayout::nextInChain
◆ access
WGPUStorageTextureAccess WGPUStorageTextureBindingLayout::access
If set to WGPUStorageTextureAccess_Undefined, defaults to WGPUStorageTextureAccess_WriteOnly.
The INIT macro sets this to WGPUStorageTextureAccess_Undefined.
◆ format
WGPUTextureFormat WGPUStorageTextureBindingLayout::format
The INIT macro sets this to WGPUTextureFormat_Undefined.
◆ viewDimension
WGPUTextureViewDimension WGPUStorageTextureBindingLayout::viewDimension
If set to WGPUTextureViewDimension_Undefined, defaults to WGPUTextureViewDimension_2D.
The INIT macro sets this to WGPUTextureViewDimension_Undefined.