This version of Unity is unsupported.
Experimental: this API is experimental and might be changed or removed in the future.

ScriptableRenderContext.ExecuteCommandBuffer

Declaration

public void ExecuteCommandBuffer(Rendering.CommandBuffer commandBuffer);

Parameters

commandBuffer Command buffer to execute.

Description

Execute a custom graphics command buffer.

See Also: CommandBuffer.