hal_gfx_ringbuffer_t_ Struct Reference

The ringbuffer structure. More...

#include <hal_gfx_hal.h>

Public Attributes

hal_gfx_buffer_t bo
 
int offset
 
int last_submission_id
 

Detailed Description

The ringbuffer structure.

Definition at line 44 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 46 of file hal_gfx_hal.h.

◆ last_submission_id

int hal_gfx_ringbuffer_t_::last_submission_id

Latest command list id

Definition at line 48 of file hal_gfx_hal.h.

◆ offset

int hal_gfx_ringbuffer_t_::offset

Record ringbuffer usage

Definition at line 47 of file hal_gfx_hal.h.


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