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

Definition at line 1171 of file webgpu.h.

Field Documentation

◆ nextInChain

WGPUChainedStruct const* WGPUTextureBindingLayout::nextInChain

Definition at line 1172 of file webgpu.h.

◆ sampleType

WGPUTextureSampleType WGPUTextureBindingLayout::sampleType

Definition at line 1173 of file webgpu.h.

◆ viewDimension

WGPUTextureViewDimension WGPUTextureBindingLayout::viewDimension

Definition at line 1174 of file webgpu.h.

◆ multisampled

WGPUBool WGPUTextureBindingLayout::multisampled

Definition at line 1175 of file webgpu.h.