The ringbuffer structure. More...
#include <hal_gfx_hal.h>
Public Attributes | |
hal_gfx_buffer_t | bo |
int | offset |
int | last_submission_id |
The ringbuffer structure.
Definition at line 44 of file hal_gfx_hal.h.
hal_gfx_buffer_t hal_gfx_ringbuffer_t_::bo |
Memory base structure
Definition at line 46 of file hal_gfx_hal.h.
int hal_gfx_ringbuffer_t_::last_submission_id |
Latest command list id
Definition at line 48 of file hal_gfx_hal.h.
int hal_gfx_ringbuffer_t_::offset |
Record ringbuffer usage
Definition at line 47 of file hal_gfx_hal.h.