encoder
The underlying Metal render command encoder for this render pass.
Declaration
var encoder: any MTLRenderCommandEncoder { get }Discussion
You can use this encoder to set additional render state or issue custom draw calls between calls to render(meshInstancesArrayIndex:meshInstanceIndex:).