_img_obj_ Struct Reference

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
 

Detailed Description

Image object defination.

Definition at line 29 of file hal_gfx_utils.h.

Member Data Documentation

◆ bo

hal_gfx_buffer_t _img_obj_::bo

Texture image info

Definition at line 30 of file hal_gfx_utils.h.

◆ color

uint32_t _img_obj_::color

Texture image color, default 0

Definition at line 34 of file hal_gfx_utils.h.

◆ format

uint8_t _img_obj_::format

Texture image rgb format

Definition at line 35 of file hal_gfx_utils.h.

◆ h

uint16_t _img_obj_::h

Texture image high

Definition at line 32 of file hal_gfx_utils.h.

◆ sampling_mode

uint8_t _img_obj_::sampling_mode

Texture image FILTER

Definition at line 36 of file hal_gfx_utils.h.

◆ stride

int _img_obj_::stride

Texture image stride

Definition at line 33 of file hal_gfx_utils.h.

◆ w

uint16_t _img_obj_::w

Texture image width

Definition at line 31 of file hal_gfx_utils.h.


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