Halide 19.0.0
Halide compiler and libraries
|
#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 |
Definition at line 1740 of file mini_webgpu.h.
WGPUChainedStruct const* WGPUTextureViewDescriptor::nextInChain |
Definition at line 1741 of file mini_webgpu.h.
WGPU_NULLABLE char const* WGPUTextureViewDescriptor::label |
Definition at line 1742 of file mini_webgpu.h.
WGPUTextureFormat WGPUTextureViewDescriptor::format |
Definition at line 1743 of file mini_webgpu.h.
WGPUTextureViewDimension WGPUTextureViewDescriptor::dimension |
Definition at line 1744 of file mini_webgpu.h.
uint32_t WGPUTextureViewDescriptor::baseMipLevel |
Definition at line 1745 of file mini_webgpu.h.
uint32_t WGPUTextureViewDescriptor::mipLevelCount |
Definition at line 1746 of file mini_webgpu.h.
uint32_t WGPUTextureViewDescriptor::baseArrayLayer |
Definition at line 1747 of file mini_webgpu.h.
uint32_t WGPUTextureViewDescriptor::arrayLayerCount |
Definition at line 1748 of file mini_webgpu.h.
WGPUTextureAspect WGPUTextureViewDescriptor::aspect |
Definition at line 1749 of file mini_webgpu.h.