Halide 17.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 1624 of file mini_webgpu.h.
WGPUChainedStruct const* WGPUTextureViewDescriptor::nextInChain |
Definition at line 1625 of file mini_webgpu.h.
WGPU_NULLABLE char const* WGPUTextureViewDescriptor::label |
Definition at line 1626 of file mini_webgpu.h.
WGPUTextureFormat WGPUTextureViewDescriptor::format |
Definition at line 1627 of file mini_webgpu.h.
WGPUTextureViewDimension WGPUTextureViewDescriptor::dimension |
Definition at line 1628 of file mini_webgpu.h.
uint32_t WGPUTextureViewDescriptor::baseMipLevel |
Definition at line 1629 of file mini_webgpu.h.
uint32_t WGPUTextureViewDescriptor::mipLevelCount |
Definition at line 1630 of file mini_webgpu.h.
uint32_t WGPUTextureViewDescriptor::baseArrayLayer |
Definition at line 1631 of file mini_webgpu.h.
uint32_t WGPUTextureViewDescriptor::arrayLayerCount |
Definition at line 1632 of file mini_webgpu.h.
WGPUTextureAspect WGPUTextureViewDescriptor::aspect |
Definition at line 1633 of file mini_webgpu.h.