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

Definition at line 1090 of file webgpu.h.

Field Documentation

◆ nextInChain

WGPUChainedStruct const* WGPUStorageTextureBindingLayout::nextInChain

Definition at line 1091 of file webgpu.h.

◆ access

WGPUStorageTextureAccess WGPUStorageTextureBindingLayout::access

Definition at line 1092 of file webgpu.h.

◆ format

WGPUTextureFormat WGPUStorageTextureBindingLayout::format

Definition at line 1093 of file webgpu.h.

◆ viewDimension

WGPUTextureViewDimension WGPUStorageTextureBindingLayout::viewDimension

Definition at line 1094 of file webgpu.h.