Functions for managing buffers. More...
Classes | |
struct | BufferCollection |
Structure to hold various buffer collections. More... | |
Functions | |
void | init_buffers () |
Initializes the buffers. | |
void | free_buffers () |
Frees the buffers. | |
Functions for managing buffers.
void init_buffers | ( | ) |
Initializes the buffers.
This function sets up the necessary buffers for the application. It should be called before any buffer operations are performed.
void free_buffers | ( | ) |
Frees the buffers.
This function releases the resources allocated for the buffers. It should be called when buffer operations are no longer needed.