Data Fields | |
WGPUChainedStruct const * | nextInChain |
WGPUShaderModule WGPUStringView | entryPoint |
size_t | constantCount |
WGPUConstantEntry const * | constants |
size_t | bufferCount |
WGPUVertexBufferLayout const * | buffers |
Default values can be set using WGPU_VERTEX_STATE_INIT as initializer.
WGPUChainedStruct const* WGPUVertexState::nextInChain |
WGPUShaderModule WGPUStringView WGPUVertexState::entryPoint |
Defaults to NULL
. This is a Nullable Input String.
Defaults to WGPU_STRING_VIEW_INIT.
WGPUConstantEntry const* WGPUVertexState::constants |
WGPUVertexBufferLayout const* WGPUVertexState::buffers |