This version of Unity is unsupported.

Camera.GetCommandBuffers

Switch to Manual

Declaration

public CommandBuffer[] GetCommandBuffers(Rendering.CameraEvent evt);

Parameters

evt When to execute the command buffer during rendering.

Returns

CommandBuffer[] Array of command buffers.

Description

Get command buffers to be executed at a specified place.