drawIndexedIndirect method

void drawIndexedIndirect(
  1. GPUBuffer indirectBuffer,
  2. GPUSize64 indirectOffset
)

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 GPURenderPassEncoderGPURenderPassEncoder.drawIndexedIndirect.

Implementation

external void drawIndexedIndirect(
  GPUBuffer indirectBuffer,
  GPUSize64 indirectOffset,
);