|
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 | bufferCount |
| WGPUVertexBufferLayout const * | buffers |
Definition at line 1339 of file mini_webgpu.h.
| WGPUChainedStruct const* WGPUVertexState::nextInChain |
Definition at line 1340 of file mini_webgpu.h.
| WGPUShaderModule WGPUVertexState::module |
Definition at line 1341 of file mini_webgpu.h.
| char const* WGPUVertexState::entryPoint |
Definition at line 1342 of file mini_webgpu.h.
| uint32_t WGPUVertexState::constantCount |
Definition at line 1343 of file mini_webgpu.h.
| WGPUConstantEntry const* WGPUVertexState::constants |
Definition at line 1344 of file mini_webgpu.h.
| uint32_t WGPUVertexState::bufferCount |
Definition at line 1345 of file mini_webgpu.h.
| WGPUVertexBufferLayout const* WGPUVertexState::buffers |
Definition at line 1346 of file mini_webgpu.h.