executeBundles method
The executeBundles()
method of the
GPURenderPassEncoder interface executes commands previously recorded
into the referenced GPURenderBundles, as part of this render pass.
Note
After calling executeBundles()
the currently set vertex buffers, index
buffers, bind groups, and pipeline are all cleared, even if no bundles
are actually executed.
Implementation
external void executeBundles(JSArray<GPURenderBundle> bundles);