Class CommandBufferPool
Command Buffer Pool
Inherited Members
Namespace: UnityEngine.Rendering
Assembly: Unity.RenderPipelines.Core.Runtime.dll
Syntax
public static class CommandBufferPool
Methods
Name | Description |
---|---|
Get() | Get a new Command Buffer. |
Get(string) | Get a new Command Buffer and assign a name to it. Named Command Buffers will add profiling makers implicitly for the buffer execution. |
Release(CommandBuffer) | Release a Command Buffer. |