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

Data Fields

WGPUChainedStruct const * nextInChain
 
char const * label
 
WGPUTextureFormat format
 
WGPUTextureViewDimension dimension
 
uint32_t baseMipLevel
 
uint32_t mipLevelCount
 
uint32_t baseArrayLayer
 
uint32_t arrayLayerCount
 
WGPUTextureAspect aspect
 

Detailed Description

Definition at line 1185 of file webgpu.h.

Field Documentation

◆ nextInChain

WGPUChainedStruct const* WGPUTextureViewDescriptor::nextInChain

Definition at line 1186 of file webgpu.h.

◆ label

char const* WGPUTextureViewDescriptor::label

Definition at line 1187 of file webgpu.h.

◆ format

WGPUTextureFormat WGPUTextureViewDescriptor::format

Definition at line 1188 of file webgpu.h.

◆ dimension

WGPUTextureViewDimension WGPUTextureViewDescriptor::dimension

Definition at line 1189 of file webgpu.h.

◆ baseMipLevel

uint32_t WGPUTextureViewDescriptor::baseMipLevel

Definition at line 1190 of file webgpu.h.

◆ mipLevelCount

uint32_t WGPUTextureViewDescriptor::mipLevelCount

Definition at line 1191 of file webgpu.h.

◆ baseArrayLayer

uint32_t WGPUTextureViewDescriptor::baseArrayLayer

Definition at line 1192 of file webgpu.h.

◆ arrayLayerCount

uint32_t WGPUTextureViewDescriptor::arrayLayerCount

Definition at line 1193 of file webgpu.h.

◆ aspect

WGPUTextureAspect WGPUTextureViewDescriptor::aspect

Definition at line 1194 of file webgpu.h.