libwasm ~master (2024-01-10T15:05:21Z)
Dub
Repo
WebGPUCommandEncoder.setVertexBuffers
libwasm
bindings
WebGPU
WebGPUCommandEncoder
Undocumented in source. Be warned that the author may not have intended to support it.
struct
WebGPUCommandEncoder
nothrow
void
setVertexBuffers
()
(
u32
startSlot
,
scope
ref
Sequence
!(
WebGPUBuffer
)
buffers
,
scope
ref
Sequence
!(
u32
)
offsets
)
Meta
Source
See Implementation
libwasm
bindings
WebGPU
WebGPUCommandEncoder
constructors
this
functions
beginComputePass
beginRenderPass
blit
copyBufferToBuffer
copyBufferToTexture
copyTextureToBuffer
copyTextureToTexture
dispatch
draw
drawIndexed
endComputePass
endRenderPass
finishEncoding
setBindGroup
setBlendColor
setIndexBuffer
setPipeline
setPushConstants
setVertexBuffers
transitionBuffer
variables
handle