lv_opengles_texture_private.h

API reference for lv_opengles_texture_private.h

Report on GitHub
See Also: Public APIThis is the private implementation. See the public header for the stable interface.lv_opengles_texture.h

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)
Parameters

lv_opengles_texture_deinit

 
void lv_opengles_texture_deinit(lv_opengles_texture_t *texture)
Parameters

Structs

struct

lv_opengles_texture_t

MemberTypeDescription
texture_idunsigned int
is_texture_ownerboolLV_USE_DRAW_OPENGLES
Used by 2 functions
  • lv_opengles_texture_reshape — param texture
  • lv_opengles_texture_deinit — param texture

Dependencies

How is this guide?

Last updated on

On this page