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

Data Fields

WGPUChainedStruct const * nextInChain
 
char const * label
 
WGPUTextureUsageFlags usage
 
WGPUTextureDimension dimension
 
WGPUExtent3D size
 
WGPUTextureFormat format
 
uint32_t mipLevelCount
 
uint32_t sampleCount
 
size_t viewFormatCount
 
WGPUTextureFormat const * viewFormats
 

Detailed Description

Definition at line 1307 of file webgpu.h.

Field Documentation

◆ nextInChain

WGPUChainedStruct const* WGPUTextureDescriptor::nextInChain

Definition at line 1308 of file webgpu.h.

◆ label

char const* WGPUTextureDescriptor::label

Definition at line 1309 of file webgpu.h.

◆ usage

WGPUTextureUsageFlags WGPUTextureDescriptor::usage

Definition at line 1310 of file webgpu.h.

◆ dimension

WGPUTextureDimension WGPUTextureDescriptor::dimension

Definition at line 1311 of file webgpu.h.

◆ size

WGPUExtent3D WGPUTextureDescriptor::size

Definition at line 1312 of file webgpu.h.

◆ format

WGPUTextureFormat WGPUTextureDescriptor::format

Definition at line 1313 of file webgpu.h.

◆ mipLevelCount

uint32_t WGPUTextureDescriptor::mipLevelCount

Definition at line 1314 of file webgpu.h.

◆ sampleCount

uint32_t WGPUTextureDescriptor::sampleCount

Definition at line 1315 of file webgpu.h.

◆ viewFormatCount

size_t WGPUTextureDescriptor::viewFormatCount

Definition at line 1316 of file webgpu.h.

◆ viewFormats

WGPUTextureFormat const* WGPUTextureDescriptor::viewFormats

Definition at line 1317 of file webgpu.h.