Halide 17.0.0
Halide compiler and libraries
|
#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 |
Definition at line 1798 of file mini_webgpu.h.
WGPUChainedStruct const* WGPUTextureDescriptor::nextInChain |
Definition at line 1799 of file mini_webgpu.h.
WGPU_NULLABLE char const* WGPUTextureDescriptor::label |
Definition at line 1800 of file mini_webgpu.h.
WGPUTextureUsageFlags WGPUTextureDescriptor::usage |
Definition at line 1801 of file mini_webgpu.h.
WGPUTextureDimension WGPUTextureDescriptor::dimension |
Definition at line 1802 of file mini_webgpu.h.
WGPUExtent3D WGPUTextureDescriptor::size |
Definition at line 1803 of file mini_webgpu.h.
WGPUTextureFormat WGPUTextureDescriptor::format |
Definition at line 1804 of file mini_webgpu.h.
uint32_t WGPUTextureDescriptor::mipLevelCount |
Definition at line 1805 of file mini_webgpu.h.
uint32_t WGPUTextureDescriptor::sampleCount |
Definition at line 1806 of file mini_webgpu.h.
size_t WGPUTextureDescriptor::viewFormatCount |
Definition at line 1807 of file mini_webgpu.h.
WGPUTextureFormat const* WGPUTextureDescriptor::viewFormats |
Definition at line 1808 of file mini_webgpu.h.