Halide 19.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 1932 of file mini_webgpu.h.
WGPUChainedStruct const* WGPUTextureDescriptor::nextInChain |
Definition at line 1933 of file mini_webgpu.h.
WGPU_NULLABLE char const* WGPUTextureDescriptor::label |
Definition at line 1934 of file mini_webgpu.h.
WGPUTextureUsageFlags WGPUTextureDescriptor::usage |
Definition at line 1935 of file mini_webgpu.h.
WGPUTextureDimension WGPUTextureDescriptor::dimension |
Definition at line 1936 of file mini_webgpu.h.
WGPUExtent3D WGPUTextureDescriptor::size |
Definition at line 1937 of file mini_webgpu.h.
WGPUTextureFormat WGPUTextureDescriptor::format |
Definition at line 1938 of file mini_webgpu.h.
uint32_t WGPUTextureDescriptor::mipLevelCount |
Definition at line 1939 of file mini_webgpu.h.
uint32_t WGPUTextureDescriptor::sampleCount |
Definition at line 1940 of file mini_webgpu.h.
size_t WGPUTextureDescriptor::viewFormatCount |
Definition at line 1941 of file mini_webgpu.h.
WGPUTextureFormat const* WGPUTextureDescriptor::viewFormats |
Definition at line 1942 of file mini_webgpu.h.