Halide 19.0.0
Halide compiler and libraries
|
#include <mini_webgpu.h>
Public Attributes | |
WGPUChainedStruct const * | nextInChain |
uint32_t | binding |
WGPU_NULLABLE WGPUBuffer | buffer |
uint64_t | offset |
uint64_t | size |
WGPU_NULLABLE WGPUSampler | sampler |
WGPU_NULLABLE WGPUTextureView | textureView |
Definition at line 1034 of file mini_webgpu.h.
WGPUChainedStruct const* WGPUBindGroupEntry::nextInChain |
Definition at line 1035 of file mini_webgpu.h.
uint32_t WGPUBindGroupEntry::binding |
Definition at line 1036 of file mini_webgpu.h.
WGPU_NULLABLE WGPUBuffer WGPUBindGroupEntry::buffer |
Definition at line 1037 of file mini_webgpu.h.
uint64_t WGPUBindGroupEntry::offset |
Definition at line 1038 of file mini_webgpu.h.
uint64_t WGPUBindGroupEntry::size |
Definition at line 1039 of file mini_webgpu.h.
WGPU_NULLABLE WGPUSampler WGPUBindGroupEntry::sampler |
Definition at line 1040 of file mini_webgpu.h.
WGPU_NULLABLE WGPUTextureView WGPUBindGroupEntry::textureView |
Definition at line 1041 of file mini_webgpu.h.