hal_gfx_ringbuffer_t_ Struct Reference

The ringbuffer structure. More...

#include <hal_gfx_hal.h>

+ Collaboration diagram for hal_gfx_ringbuffer_t_:

Public Attributes

hal_gfx_buffer_t bo
 Memory base structure. More...
 
int offset
 Record ringbuffer usage. More...
 
int last_submission_id
 Latest command list id. More...
 

Detailed Description

The ringbuffer structure.

Definition at line 83 of file hal_gfx_hal.h.

Member Data Documentation

◆ bo

hal_gfx_buffer_t hal_gfx_ringbuffer_t_::bo

Memory base structure.

Definition at line 85 of file hal_gfx_hal.h.

◆ last_submission_id

int hal_gfx_ringbuffer_t_::last_submission_id

Latest command list id.

Definition at line 87 of file hal_gfx_hal.h.

◆ offset

int hal_gfx_ringbuffer_t_::offset

Record ringbuffer usage.

Definition at line 86 of file hal_gfx_hal.h.


The documentation for this struct was generated from the following file: