lv_draw_3d.h

API reference for lv_draw_3d.h

Report on GitHub

Functions

lv_draw_task_get_3d_dsc

Try to get a 3D draw descriptor from a draw task.

 
lv_draw_3d_dsc_t * lv_draw_task_get_3d_dsc(lv_draw_task_t *task)
Parameters
NameTypeDescription
tasklv_draw_task_t *draw task

Returns: lv_draw_3d_dsc_t * — the task's draw descriptor or NULL if the task is not of type LV_DRAW_TASK_TYPE_3D

Structs

struct

lv_draw_3d_dsc_t

MemberTypeDescription
baselv_draw_dsc_base_t
tex_idlv_3dtexture_id_t
h_flipbool
v_flipbool
opalv_opa_t
Used by 3 functions
  • lv_draw_3d_dsc_init — param dsc
  • lv_draw_3d — param dsc
  • lv_draw_nanovg_3d — param dsc

Dependencies

How is this guide?

Last updated on

On this page