_img_obj_ Struct Reference

Image object defination. More...

#include <hal_gfx_utils.h>

+ Collaboration diagram for _img_obj_:

Public Attributes

hal_gfx_buffer_t bo
 Texture image info. More...
 
uint16_t w
 Texture image width. More...
 
uint16_t h
 Texture image high. More...
 
int stride
 Texture image stride. More...
 
uint32_t color
 Texture image color, default 0. More...
 
uint8_t format
 Texture image rgb format. More...
 
uint8_t sampling_mode
 Texture image FILTER. More...
 

Detailed Description

Image object defination.

Definition at line 69 of file hal_gfx_utils.h.

Member Data Documentation

◆ bo

hal_gfx_buffer_t _img_obj_::bo

Texture image info.

Definition at line 70 of file hal_gfx_utils.h.

◆ color

uint32_t _img_obj_::color

Texture image color, default 0.

Definition at line 74 of file hal_gfx_utils.h.

◆ format

uint8_t _img_obj_::format

Texture image rgb format.

Definition at line 75 of file hal_gfx_utils.h.

◆ h

uint16_t _img_obj_::h

Texture image high.

Definition at line 72 of file hal_gfx_utils.h.

◆ sampling_mode

uint8_t _img_obj_::sampling_mode

Texture image FILTER.

Definition at line 76 of file hal_gfx_utils.h.

◆ stride

int _img_obj_::stride

Texture image stride.

Definition at line 73 of file hal_gfx_utils.h.

◆ w

uint16_t _img_obj_::w

Texture image width.

Definition at line 71 of file hal_gfx_utils.h.


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