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

Data Fields

WGPUChainedStruct const * nextInChain
 
WGPUTextureSampleType sampleType
 
WGPUTextureViewDimension viewDimension
 
WGPUBool multisampled
 

Detailed Description

Default values can be set using WGPU_TEXTURE_BINDING_LAYOUT_INIT as initializer.

Definition at line 3232 of file webgpu.h.

Field Documentation

◆ nextInChain

WGPUChainedStruct const* WGPUTextureBindingLayout::nextInChain

Definition at line 3233 of file webgpu.h.

◆ sampleType

WGPUTextureSampleType WGPUTextureBindingLayout::sampleType

Defaults to WGPUTextureSampleType_BindingNotUsed.

Definition at line 3237 of file webgpu.h.

◆ viewDimension

WGPUTextureViewDimension WGPUTextureBindingLayout::viewDimension

Defaults to WGPUTextureViewDimension_2D.

Definition at line 3241 of file webgpu.h.

◆ multisampled

WGPUBool WGPUTextureBindingLayout::multisampled

Defaults to 0.

Definition at line 3245 of file webgpu.h.