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 | bufferCount |
WGPUVertexBufferLayout const * | buffers |
Definition at line 2002 of file mini_webgpu.h.
WGPUChainedStruct const* WGPUVertexState::nextInChain |
Definition at line 2003 of file mini_webgpu.h.
WGPUShaderModule WGPUVertexState::module |
Definition at line 2004 of file mini_webgpu.h.
WGPU_NULLABLE char const* WGPUVertexState::entryPoint |
Definition at line 2005 of file mini_webgpu.h.
size_t WGPUVertexState::constantCount |
Definition at line 2006 of file mini_webgpu.h.
WGPUConstantEntry const* WGPUVertexState::constants |
Definition at line 2007 of file mini_webgpu.h.
size_t WGPUVertexState::bufferCount |
Definition at line 2008 of file mini_webgpu.h.
WGPUVertexBufferLayout const* WGPUVertexState::buffers |
Definition at line 2009 of file mini_webgpu.h.