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