A static class to manage BufferMTL Schedule next available buffer at the beginning of frame for the render pass.
More...
#include <BufferManager.h>
|
static void | addBuffer (BufferMTL *buffer) |
| Add a buffer object into container.
|
|
static void | removeBuffer (BufferMTL *buffer) |
| Remove a buffer object from container.
|
|
static void | beginFrame () |
| Schedule next available buffer at the beginning of frame for the following render passes.
|
|
A static class to manage BufferMTL Schedule next available buffer at the beginning of frame for the render pass.
◆ addBuffer()
Add a buffer object into container.
- Parameters
-
buffer | Specifies the buffer to be added. |
◆ removeBuffer()
static void removeBuffer |
( |
BufferMTL * | buffer | ) |
|
|
static |
Remove a buffer object from container.
- Parameters
-
buffer | Specifies the buffer to be removed. |
The documentation for this class was generated from the following file: