Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


ExecuteCommandBuffer(CommandBuffer)

Execute a command buffer.
Read time 1 minuteLast updated 5 days ago

Definition

  • Type: Method
  • Namespace: UnityEngine
  • Assembly: UnityEngine.CoreModule
public static void ExecuteCommandBuffer(CommandBuffer buffer)

Parameters

The buffer to execute.

Remarks

All commands in the buffer will be executed immediately.
Additional Resources: CommandBuffer.