Version: 2017.3

Graphics.ExecuteCommandBuffer

Cambiar al Manual
public static void ExecuteCommandBuffer (Rendering.CommandBuffer buffer);

Parámetros

buffer The buffer to execute.

Descripción

Execute a command buffer.

All commands in the buffer will be executed immediately.

See Also: CommandBuffer.