mirror of
https://gitee.com/zlgopen/awtk.git
synced 2024-11-29 18:48:09 +08:00
improve vgcanvas_nanovg_gl.h
This commit is contained in:
parent
86728b0b8c
commit
32642407c4
@ -23,6 +23,8 @@
|
||||
|
||||
#include "base/vgcanvas.h"
|
||||
|
||||
BEGIN_C_DECLS
|
||||
|
||||
/**
|
||||
* @class vgcanvas_nanovg_gl_t
|
||||
* @annotation ["fake"]
|
||||
@ -59,5 +61,7 @@ vgcanvas_t* vgcanvas_create_gl2(uint32_t w, uint32_t h, uint32_t stride, bitmap_
|
||||
vgcanvas_t* vgcanvas_create_gl3(uint32_t w, uint32_t h, uint32_t stride, bitmap_format_t format,
|
||||
void* win);
|
||||
|
||||
END_C_DECLS
|
||||
|
||||
#endif /*TK_VG_NANOVG_GL_H*/
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user