Browse Source

Merge pull request #311 from dimsuz/gl2_image_handle_fix

Rename nvglImageFromHandleGL2 -> nvglImageHandleGL2
shared-context
Mikko Mononen GitHub 9 years ago
parent
commit
af0c475cf9
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      src/nanovg_gl.h

+ 1
- 1
src/nanovg_gl.h 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



Loading…
Cancel
Save