libwasm ~master (2024-01-10T15:05:21Z)
Dub
Repo
WebGPUCommandEncoder.drawIndexed
libwasm
bindings
WebGPU
WebGPUCommandEncoder
Undocumented in source. Be warned that the author may not have intended to support it.
struct
WebGPUCommandEncoder
nothrow
void
drawIndexed
()
(
u32
indexCount
,
u32
instanceCount
,
u32
firstIndex
,
u32
firstInstance
,
u32
firstVertex
)
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