Merge pull request #311 from dimsuz/gl2_image_handle_fix

Rename nvglImageFromHandleGL2 -> nvglImageHandleGL2
This commit is contained in:
Mikko Mononen 2016-09-11 18:35:12 +03:00 • committed by GitHub
commit af0c475cf9

View file

@ -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