lv_opengles_texture_private.h
API reference for lv_opengles_texture_private.h
See Also: Public APIThis is the private implementation. See the public header for the stable interface.lv_opengles_texture.h
Summary
Functions
lv_opengles_texture_reshape
lv_result_t lv_opengles_texture_reshape(lv_opengles_texture_t *texture, lv_display_t *display, int32_t width, int32_t height)| Name | Type |
|---|---|
texture | lv_opengles_texture_t * |
display | lv_display_t * |
width | int32_t |
height | int32_t |
lv_opengles_texture_deinit
void lv_opengles_texture_deinit(lv_opengles_texture_t *texture)| Name | Type |
|---|---|
texture | lv_opengles_texture_t * |
Structs
struct
lv_opengles_texture_t
| Member | Type | Description |
|---|---|---|
texture_id | unsigned int | |
is_texture_owner | bool | LV_USE_DRAW_OPENGLES |
Used by 2 functions
lv_opengles_texture_reshape— paramtexturelv_opengles_texture_deinit— paramtexture
Dependencies
How is this guide?
Last updated on