Halide
WGPUTextureViewDescriptor Struct Reference

#include <mini_webgpu.h>

Public Attributes

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

Detailed Description

Definition at line 1148 of file mini_webgpu.h.

Member Data Documentation

◆ nextInChain

const WGPUChainedStruct* WGPUTextureViewDescriptor::nextInChain

Definition at line 1149 of file mini_webgpu.h.

◆ label

const char* WGPUTextureViewDescriptor::label

Definition at line 1150 of file mini_webgpu.h.

◆ format

WGPUTextureFormat WGPUTextureViewDescriptor::format

Definition at line 1151 of file mini_webgpu.h.

◆ dimension

WGPUTextureViewDimension WGPUTextureViewDescriptor::dimension

Definition at line 1152 of file mini_webgpu.h.

◆ baseMipLevel

uint32_t WGPUTextureViewDescriptor::baseMipLevel

Definition at line 1153 of file mini_webgpu.h.

◆ mipLevelCount

uint32_t WGPUTextureViewDescriptor::mipLevelCount

Definition at line 1154 of file mini_webgpu.h.

◆ baseArrayLayer

uint32_t WGPUTextureViewDescriptor::baseArrayLayer

Definition at line 1155 of file mini_webgpu.h.

◆ arrayLayerCount

uint32_t WGPUTextureViewDescriptor::arrayLayerCount

Definition at line 1156 of file mini_webgpu.h.

◆ aspect

WGPUTextureAspect WGPUTextureViewDescriptor::aspect

Definition at line 1157 of file mini_webgpu.h.


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