Data Fields | |
WGPUChainedStruct const * | nextInChain |
WGPUStorageTextureAccess | access |
WGPUTextureFormat | format |
WGPUTextureViewDimension | viewDimension |
Default values can be set using WGPU_STORAGE_TEXTURE_BINDING_LAYOUT_INIT as initializer.
WGPUChainedStruct const* WGPUStorageTextureBindingLayout::nextInChain |
WGPUStorageTextureAccess WGPUStorageTextureBindingLayout::access |
Defaults to WGPUStorageTextureAccess_BindingNotUsed.
WGPUTextureFormat WGPUStorageTextureBindingLayout::format |
Defaults to WGPUTextureFormat_Undefined.
WGPUTextureViewDimension WGPUStorageTextureBindingLayout::viewDimension |