Default values can be set using WGPU_TEXTURE_VIEW_DESCRIPTOR_INIT as initializer.
Definition at line 3261 of file webgpu.h.
◆ nextInChain
◆ label
◆ format
◆ dimension
◆ baseMipLevel
uint32_t WGPUTextureViewDescriptor::baseMipLevel |
◆ mipLevelCount
uint32_t WGPUTextureViewDescriptor::mipLevelCount |
Defaults to WGPU_MIP_LEVEL_COUNT_UNDEFINED.
Definition at line 3284 of file webgpu.h.
◆ baseArrayLayer
uint32_t WGPUTextureViewDescriptor::baseArrayLayer |
◆ arrayLayerCount
uint32_t WGPUTextureViewDescriptor::arrayLayerCount |
Defaults to WGPU_ARRAY_LAYER_COUNT_UNDEFINED.
Definition at line 3292 of file webgpu.h.
◆ aspect
Defaults to WGPUTextureAspect_All.
Definition at line 3296 of file webgpu.h.
◆ usage
WGPUTextureUsage WGPUTextureViewDescriptor::usage |
Defaults to WGPUTextureUsage_None.
Definition at line 3300 of file webgpu.h.