draw method
void
draw(])
The draw()
method of the
GPURenderPassEncoder interface draws primitives based on the vertex
buffers provided by GPURenderPassEncoder.setVertexBuffer.
Implementation
external void draw(
GPUSize32 vertexCount, [
GPUSize32 instanceCount,
GPUSize32 firstVertex,
GPUSize32 firstInstance,
]);