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

#include <mini_webgpu.h>

Public Attributes

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

Member Data Documentation

◆ nextInChain

WGPUChainedStruct const* WGPUTextureDescriptor::nextInChain

Definition at line 1799 of file mini_webgpu.h.

◆ label

WGPU_NULLABLE char const* WGPUTextureDescriptor::label

Definition at line 1800 of file mini_webgpu.h.

◆ usage

WGPUTextureUsageFlags WGPUTextureDescriptor::usage

Definition at line 1801 of file mini_webgpu.h.

◆ dimension

WGPUTextureDimension WGPUTextureDescriptor::dimension

Definition at line 1802 of file mini_webgpu.h.

◆ size

WGPUExtent3D WGPUTextureDescriptor::size

Definition at line 1803 of file mini_webgpu.h.

◆ format

WGPUTextureFormat WGPUTextureDescriptor::format

Definition at line 1804 of file mini_webgpu.h.

◆ mipLevelCount

uint32_t WGPUTextureDescriptor::mipLevelCount

Definition at line 1805 of file mini_webgpu.h.

◆ sampleCount

uint32_t WGPUTextureDescriptor::sampleCount

Definition at line 1806 of file mini_webgpu.h.

◆ viewFormatCount

size_t WGPUTextureDescriptor::viewFormatCount

Definition at line 1807 of file mini_webgpu.h.

◆ viewFormats

WGPUTextureFormat const* WGPUTextureDescriptor::viewFormats

Definition at line 1808 of file mini_webgpu.h.


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