mirror of
https://github.com/lvgl/lvgl.git
synced 2026-05-22 23:37:43 +08:00
fix(opengles): add missing variable declaration (#8969)
This commit is contained in:
@@ -330,6 +330,7 @@ static void lv_opengles_index_buffer_unbind(void)
|
||||
|
||||
static void lv_opengles_shader_manager_init(void)
|
||||
{
|
||||
lv_opengl_shader_portions_t portions;
|
||||
lv_opengles_standard_shader_get_src(&portions);
|
||||
char * vertex_shader = lv_opengles_standard_shader_get_vertex();
|
||||
char * frag_shader = lv_opengles_standard_shader_get_fragment();
|
||||
|
||||
Reference in New Issue
Block a user