Halide
WGPUTextureDescriptor Struct Reference

#include <mini_webgpu.h>

Public Attributes

const WGPUChainedStructnextInChain
 
const char * label
 
WGPUTextureUsageFlags usage
 
WGPUTextureDimension dimension
 
WGPUExtent3D size
 
WGPUTextureFormat format
 
uint32_t mipLevelCount
 
uint32_t sampleCount
 
uint32_t viewFormatCount
 
const WGPUTextureFormatviewFormats
 

Detailed Description

Definition at line 1278 of file mini_webgpu.h.

Member Data Documentation

◆ nextInChain

const WGPUChainedStruct* WGPUTextureDescriptor::nextInChain

Definition at line 1279 of file mini_webgpu.h.

◆ label

const char* WGPUTextureDescriptor::label

Definition at line 1280 of file mini_webgpu.h.

◆ usage

WGPUTextureUsageFlags WGPUTextureDescriptor::usage

Definition at line 1281 of file mini_webgpu.h.

◆ dimension

WGPUTextureDimension WGPUTextureDescriptor::dimension

Definition at line 1282 of file mini_webgpu.h.

◆ size

WGPUExtent3D WGPUTextureDescriptor::size

Definition at line 1283 of file mini_webgpu.h.

◆ format

WGPUTextureFormat WGPUTextureDescriptor::format

Definition at line 1284 of file mini_webgpu.h.

◆ mipLevelCount

uint32_t WGPUTextureDescriptor::mipLevelCount

Definition at line 1285 of file mini_webgpu.h.

◆ sampleCount

uint32_t WGPUTextureDescriptor::sampleCount

Definition at line 1286 of file mini_webgpu.h.

◆ viewFormatCount

uint32_t WGPUTextureDescriptor::viewFormatCount

Definition at line 1287 of file mini_webgpu.h.

◆ viewFormats

const WGPUTextureFormat* WGPUTextureDescriptor::viewFormats

Definition at line 1288 of file mini_webgpu.h.


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