|
Halide 16.0.0
Halide compiler and libraries
|
#include <mini_webgpu.h>
Public Attributes | |
| WGPUChainedStruct const * | nextInChain |
| char const * | label |
| WGPUTextureFormat | format |
| WGPUTextureViewDimension | dimension |
| uint32_t | baseMipLevel |
| uint32_t | mipLevelCount |
| uint32_t | baseArrayLayer |
| uint32_t | arrayLayerCount |
| WGPUTextureAspect | aspect |
Definition at line 1148 of file mini_webgpu.h.
| WGPUChainedStruct const* WGPUTextureViewDescriptor::nextInChain |
Definition at line 1149 of file mini_webgpu.h.
| char const* WGPUTextureViewDescriptor::label |
Definition at line 1150 of file mini_webgpu.h.
| WGPUTextureFormat WGPUTextureViewDescriptor::format |
Definition at line 1151 of file mini_webgpu.h.
| WGPUTextureViewDimension WGPUTextureViewDescriptor::dimension |
Definition at line 1152 of file mini_webgpu.h.
| uint32_t WGPUTextureViewDescriptor::baseMipLevel |
Definition at line 1153 of file mini_webgpu.h.
| uint32_t WGPUTextureViewDescriptor::mipLevelCount |
Definition at line 1154 of file mini_webgpu.h.
| uint32_t WGPUTextureViewDescriptor::baseArrayLayer |
Definition at line 1155 of file mini_webgpu.h.
| uint32_t WGPUTextureViewDescriptor::arrayLayerCount |
Definition at line 1156 of file mini_webgpu.h.
| WGPUTextureAspect WGPUTextureViewDescriptor::aspect |
Definition at line 1157 of file mini_webgpu.h.