Halide 17.0.0
Halide compiler and libraries
|
#include <mini_webgpu.h>
Public Attributes | |
WGPUChainedStruct const * | nextInChain |
WGPU_NULLABLE char const * | label |
size_t | requiredFeatureCount |
WGPUFeatureName const * | requiredFeatures |
WGPU_NULLABLE WGPURequiredLimits const * | requiredLimits |
WGPUQueueDescriptor | defaultQueue |
WGPUDeviceLostCallback | deviceLostCallback |
void * | deviceLostUserdata |
Definition at line 1839 of file mini_webgpu.h.
WGPUChainedStruct const* WGPUDeviceDescriptor::nextInChain |
Definition at line 1840 of file mini_webgpu.h.
WGPU_NULLABLE char const* WGPUDeviceDescriptor::label |
Definition at line 1841 of file mini_webgpu.h.
size_t WGPUDeviceDescriptor::requiredFeatureCount |
Definition at line 1842 of file mini_webgpu.h.
WGPUFeatureName const* WGPUDeviceDescriptor::requiredFeatures |
Definition at line 1843 of file mini_webgpu.h.
WGPU_NULLABLE WGPURequiredLimits const* WGPUDeviceDescriptor::requiredLimits |
Definition at line 1844 of file mini_webgpu.h.
WGPUQueueDescriptor WGPUDeviceDescriptor::defaultQueue |
Definition at line 1845 of file mini_webgpu.h.
WGPUDeviceLostCallback WGPUDeviceDescriptor::deviceLostCallback |
Definition at line 1846 of file mini_webgpu.h.
void* WGPUDeviceDescriptor::deviceLostUserdata |
Definition at line 1847 of file mini_webgpu.h.