|
Halide 16.0.0
Halide compiler and libraries
|
#include <mini_webgpu.h>
Public Attributes | |
| WGPUChainedStruct const * | nextInChain |
| WGPUShaderModule | module |
| char const * | entryPoint |
| uint32_t | constantCount |
| WGPUConstantEntry const * | constants |
| uint32_t | targetCount |
| WGPUColorTargetState const * | targets |
Definition at line 1349 of file mini_webgpu.h.
| WGPUChainedStruct const* WGPUFragmentState::nextInChain |
Definition at line 1350 of file mini_webgpu.h.
| WGPUShaderModule WGPUFragmentState::module |
Definition at line 1351 of file mini_webgpu.h.
| char const* WGPUFragmentState::entryPoint |
Definition at line 1352 of file mini_webgpu.h.
| uint32_t WGPUFragmentState::constantCount |
Definition at line 1353 of file mini_webgpu.h.
| WGPUConstantEntry const* WGPUFragmentState::constants |
Definition at line 1354 of file mini_webgpu.h.
| uint32_t WGPUFragmentState::targetCount |
Definition at line 1355 of file mini_webgpu.h.
| WGPUColorTargetState const* WGPUFragmentState::targets |
Definition at line 1356 of file mini_webgpu.h.