WebGPU Native  v0.1.0
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 1178 of file webgpu.h.

Field Documentation

◆ multisampled

WGPUBool WGPUTextureBindingLayout::multisampled

Definition at line 1182 of file webgpu.h.

◆ nextInChain

WGPUChainedStruct const* WGPUTextureBindingLayout::nextInChain

Definition at line 1179 of file webgpu.h.

◆ sampleType

WGPUTextureSampleType WGPUTextureBindingLayout::sampleType

Definition at line 1180 of file webgpu.h.

◆ viewDimension

WGPUTextureViewDimension WGPUTextureBindingLayout::viewDimension

Definition at line 1181 of file webgpu.h.


The documentation for this struct was generated from the following file: