nanovg/example
Mikko Mononen 994b60b83f Moved image repeat (tiling) from pattern to image creation
- API changed!
- moved image repeat from nvgImagePattern() into image creation
nvgCreateImage*()
- made flip-y and premultiplied common image flags (not just GL)
- removed nvglImageFlags(), flags passed in via
nvglCreateImageFromHandle() flags
- nvgluCreateFramebuffer takes image flags as param
2014-09-02 21:57:59 +03:00
..
images First commit 2013-11-12 08:34:27 +01:00
demo.c Moved image repeat (tiling) from pattern to image creation 2014-09-02 21:57:59 +03:00
demo.h Changed demos to use types not structs 2014-07-11 19:21:19 +03:00
entypo.ttf First commit 2013-11-12 08:34:27 +01:00
example_fbo.c Moved image repeat (tiling) from pattern to image creation 2014-09-02 21:57:59 +03:00
example_gl2.c Fix for issue #155 2014-09-02 20:58:17 +03:00
example_gl3.c Fix for issue #155 2014-09-02 20:58:17 +03:00
example_gles2.c Fix for issue #155 2014-09-02 20:58:17 +03:00
example_gles3.c Fix for issue #155 2014-09-02 20:58:17 +03:00
images.txt First commit 2013-11-12 08:34:27 +01:00
perf.c added new graph style 2014-08-26 09:00:25 +02:00
perf.h added new graph style 2014-08-26 09:00:25 +02:00
Roboto-Bold.ttf First commit 2013-11-12 08:34:27 +01:00
Roboto-Light.ttf First commit 2013-11-12 08:34:27 +01:00
Roboto-Regular.ttf First commit 2013-11-12 08:34:27 +01:00
screenshot-01.png Updated screenshot 2014-06-09 20:10:37 +03:00
screenshot-02.png MSVC compile fix (example); win32 screenshot added 2014-02-08 20:28:41 +01:00
stb_image_write.h Fix for issue #40: Added support to render using premultiplied alpha 2014-02-25 22:53:46 +02:00