finish method
The finish()
method of the
GPURenderBundleEncoder interface completes recording of the current
render bundle command sequence, returning a GPURenderBundle object that
can be passed into a GPURenderPassEncoder.executeBundles call to execute
those commands in a specific render pass.
Implementation
external GPURenderBundle finish([GPURenderBundleDescriptor descriptor]);