Image object defination. More...
#include <hal_gfx_utils.h>
Public Attributes | |
hal_gfx_buffer_t | bo |
uint16_t | w |
uint16_t | h |
int | stride |
uint32_t | color |
uint8_t | format |
uint8_t | sampling_mode |
Image object defination.
Definition at line 29 of file hal_gfx_utils.h.
hal_gfx_buffer_t _img_obj_::bo |
Texture image info
Definition at line 30 of file hal_gfx_utils.h.
uint32_t _img_obj_::color |
Texture image color, default 0
Definition at line 34 of file hal_gfx_utils.h.
uint8_t _img_obj_::format |
Texture image rgb format
Definition at line 35 of file hal_gfx_utils.h.
uint16_t _img_obj_::h |
Texture image high
Definition at line 32 of file hal_gfx_utils.h.
uint8_t _img_obj_::sampling_mode |
Texture image FILTER
Definition at line 36 of file hal_gfx_utils.h.
int _img_obj_::stride |
Texture image stride
Definition at line 33 of file hal_gfx_utils.h.
uint16_t _img_obj_::w |
Texture image width
Definition at line 31 of file hal_gfx_utils.h.