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

Data Fields

WGPUChainedStruct const * nextInChain
 
WGPUStorageTextureAccess access
 
WGPUTextureFormat format
 
WGPUTextureViewDimension viewDimension
 

Detailed Description

Default values can be set using WGPU_STORAGE_TEXTURE_BINDING_LAYOUT_INIT as initializer.

Definition at line 2766 of file webgpu.h.

Field Documentation

◆ nextInChain

WGPUChainedStruct const* WGPUStorageTextureBindingLayout::nextInChain

Definition at line 2767 of file webgpu.h.

◆ access

WGPUStorageTextureAccess WGPUStorageTextureBindingLayout::access

Defaults to WGPUStorageTextureAccess_BindingNotUsed.

Definition at line 2771 of file webgpu.h.

◆ format

WGPUTextureFormat WGPUStorageTextureBindingLayout::format

Defaults to WGPUTextureFormat_Undefined.

Definition at line 2775 of file webgpu.h.

◆ viewDimension

WGPUTextureViewDimension WGPUStorageTextureBindingLayout::viewDimension

Defaults to WGPUTextureViewDimension_2D.

Definition at line 2779 of file webgpu.h.