drawIndexedIndirect method

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

The drawIndexedIndirect() method of the GPURenderPassEncoder interface draws indexed primitives using parameters read from a GPUBuffer.

Implementation

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