drawIndexedIndirect method
The drawIndexedIndirect()
method of the
GPURenderPassEncoder interface draws indexed primitives using parameters
read from a GPUBuffer.
Implementation
external void drawIndexedIndirect(
GPUBuffer indirectBuffer,
GPUSize64 indirectOffset,
);