Francis Hart
403c4da2e0
Fix compiler warnings for nanovg wrapper ( #3048 )
...
* Fix compiler warnings for nanovg wrapper
Code for the nanovg wrapper was generating compiler warnings for
implicit casts from int32_t to uint16_t. These casts are unavoidable
due to how bgfx and nanovg APIs use different types for texture
width/height.
* Fix compiler warning from nanovg fontstash.h
This fixes some warnings for signed/unsigned comparsion
coming from the nanovg fontstash.h header.
2023-02-27 18:33:29 -08:00
Mathieu-Andre Chiasson
5be52bb925
upgraded nanovg to the latest.
2018-12-27 21:52:01 -05:00
Branimir Karadžić
b4229e4a17
Cleanup.
2018-03-01 17:30:28 -08:00
Branimir Karadžić
15485134f7
Updated nanovg.
2018-03-01 09:05:54 -08:00
Olli Wang
6c02e359bd
Updates NanoVG to the latest commit.
...
This commit pulls more changes that was not included in #1088 .
2017-03-24 00:14:01 +08:00
Branimir Karadžić
374fe6f845
Updated NanoVG.
2016-09-08 21:19:47 -07:00
Branimir Karadžić
46822b242a
Updated NanoVG.
2015-12-05 11:00:11 -08:00
Miodrag Milanovic
93ea52c23a
Compile fixes for Apple GCC 4.2
2015-02-15 13:55:45 +01:00
Branimir Karadžić
bbeb0a3ffe
Updated to latest ocornut imgui.
2015-01-22 21:01:09 -08:00
Branimir Karadžić
6c7589c0c9
Cleanup.
2014-11-17 21:35:53 -08:00
Branimir Karadžić
ff44d73480
Updated NanoVG and Blendish.
2014-11-16 18:59:17 -08:00
bkaradzic
c56b7ad261
Fixed GCC warnings.
2014-08-15 19:14:17 -07:00
bkaradzic
0ca66108b4
Fixed GCC errors.
2014-04-27 18:22:07 -07:00
bkaradzic
5b31ef54a2
Fixed compile error.
2014-04-27 08:49:09 -07:00
Branimir Karadžić
1cda6159c7
Added 20-nanovg example.
2014-04-26 23:50:11 -07:00