Halide 17.0.0
Halide compiler and libraries
Loading...
Searching...
No Matches
WGPUTextureViewDescriptor Struct Reference

#include <mini_webgpu.h>

Public Attributes

WGPUChainedStruct const * nextInChain
 
WGPU_NULLABLE 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 1624 of file mini_webgpu.h.

Member Data Documentation

◆ nextInChain

WGPUChainedStruct const* WGPUTextureViewDescriptor::nextInChain

Definition at line 1625 of file mini_webgpu.h.

◆ label

WGPU_NULLABLE char const* WGPUTextureViewDescriptor::label

Definition at line 1626 of file mini_webgpu.h.

◆ format

WGPUTextureFormat WGPUTextureViewDescriptor::format

Definition at line 1627 of file mini_webgpu.h.

◆ dimension

WGPUTextureViewDimension WGPUTextureViewDescriptor::dimension

Definition at line 1628 of file mini_webgpu.h.

◆ baseMipLevel

uint32_t WGPUTextureViewDescriptor::baseMipLevel

Definition at line 1629 of file mini_webgpu.h.

◆ mipLevelCount

uint32_t WGPUTextureViewDescriptor::mipLevelCount

Definition at line 1630 of file mini_webgpu.h.

◆ baseArrayLayer

uint32_t WGPUTextureViewDescriptor::baseArrayLayer

Definition at line 1631 of file mini_webgpu.h.

◆ arrayLayerCount

uint32_t WGPUTextureViewDescriptor::arrayLayerCount

Definition at line 1632 of file mini_webgpu.h.

◆ aspect

WGPUTextureAspect WGPUTextureViewDescriptor::aspect

Definition at line 1633 of file mini_webgpu.h.


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