mirror of
https://github.com/memononen/nanovg
synced 2026-09-26 16:19:07 +03:00
Merge pull request #311 from dimsuz/gl2_image_handle_fix
Rename nvglImageFromHandleGL2 -> nvglImageHandleGL2
This commit is contained in:
commit
af0c475cf9
1 changed files with 1 additions and 1 deletions
|
|
@ -60,7 +60,7 @@ NVGcontext* nvgCreateGL2(int flags);
|
|||
void nvgDeleteGL2(NVGcontext* ctx);
|
||||
|
||||
int nvglCreateImageFromHandleGL2(NVGcontext* ctx, GLuint textureId, int w, int h, int flags);
|
||||
GLuint nvglImageFromHandleGL2(NVGcontext* ctx, int image);
|
||||
GLuint nvglImageHandleGL2(NVGcontext* ctx, int image);
|
||||
|
||||
#endif
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue