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 (BufferImpl *buffer) |
| | Add a buffer object into container.
|
| static void | removeBuffer (BufferImpl *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()
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: