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