drawIndexedIndirect method
The drawIndexedIndirect()
method of the
GPURenderBundleEncoder interface draws indexed primitives using
parameters read from a GPUBuffer.
Note
This method is functionally identical to its equivalent on GPURenderPassEncoder — GPURenderPassEncoder.drawIndexedIndirect.
Implementation
external void drawIndexedIndirect(
GPUBuffer indirectBuffer,
GPUSize64 indirectOffset,
);