Halide 19.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 1973 of file mini_webgpu.h.
WGPUChainedStruct const* WGPUDeviceDescriptor::nextInChain |
Definition at line 1974 of file mini_webgpu.h.
WGPU_NULLABLE char const* WGPUDeviceDescriptor::label |
Definition at line 1975 of file mini_webgpu.h.
size_t WGPUDeviceDescriptor::requiredFeatureCount |
Definition at line 1976 of file mini_webgpu.h.
WGPUFeatureName const* WGPUDeviceDescriptor::requiredFeatures |
Definition at line 1977 of file mini_webgpu.h.
WGPU_NULLABLE WGPURequiredLimits const* WGPUDeviceDescriptor::requiredLimits |
Definition at line 1978 of file mini_webgpu.h.
WGPUQueueDescriptor WGPUDeviceDescriptor::defaultQueue |
Definition at line 1979 of file mini_webgpu.h.
WGPUDeviceLostCallback WGPUDeviceDescriptor::deviceLostCallback |
Definition at line 1980 of file mini_webgpu.h.
void* WGPUDeviceDescriptor::deviceLostUserdata |
Definition at line 1981 of file mini_webgpu.h.