Halide 19.0.0
Halide compiler and libraries
|
#include <mini_webgpu.h>
Public Attributes | |
WGPUChainedStruct const * | nextInChain |
WGPUShaderModule | module |
WGPU_NULLABLE char const * | entryPoint |
size_t | constantCount |
WGPUConstantEntry const * | constants |
size_t | targetCount |
WGPUColorTargetState const * | targets |
Definition at line 2012 of file mini_webgpu.h.
WGPUChainedStruct const* WGPUFragmentState::nextInChain |
Definition at line 2013 of file mini_webgpu.h.
WGPUShaderModule WGPUFragmentState::module |
Definition at line 2014 of file mini_webgpu.h.
WGPU_NULLABLE char const* WGPUFragmentState::entryPoint |
Definition at line 2015 of file mini_webgpu.h.
size_t WGPUFragmentState::constantCount |
Definition at line 2016 of file mini_webgpu.h.
WGPUConstantEntry const* WGPUFragmentState::constants |
Definition at line 2017 of file mini_webgpu.h.
size_t WGPUFragmentState::targetCount |
Definition at line 2018 of file mini_webgpu.h.
WGPUColorTargetState const* WGPUFragmentState::targets |
Definition at line 2019 of file mini_webgpu.h.