Class CommandBufferPool
Inheritance
System.Object
CommandBufferPool
Syntax
public static class CommandBufferPool
Methods
Get()
Declaration
public static CommandBuffer Get()
Returns
Type |
Description |
CommandBuffer |
|
Get(String)
Declaration
public static CommandBuffer Get(string name)
Parameters
Type |
Name |
Description |
System.String |
name |
|
Returns
Type |
Description |
CommandBuffer |
|
Release(CommandBuffer)
Declaration
public static void Release(CommandBuffer buffer)
Parameters
Type |
Name |
Description |
CommandBuffer |
buffer |
|