Class CommandBufferPool
Command Buffer Pool
Namespace: UnityEngine.Rendering
Syntax
public static class CommandBufferPool
Methods
Get()
Get a new Command Buffer.
Declaration
public static CommandBuffer Get()
Returns
Type | Description |
---|---|
CommandBuffer |
Get(String)
Get a new Command Buffer and assign a name to it.
Declaration
public static CommandBuffer Get(string name)
Parameters
Type | Name | Description |
---|---|---|
String | name |
Returns
Type | Description |
---|---|
CommandBuffer |
Release(CommandBuffer)
Release a Command Buffer.
Declaration
public static void Release(CommandBuffer buffer)
Parameters
Type | Name | Description |
---|---|---|
CommandBuffer | buffer |