Files
bgfx/examples/common/nanovg
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
..
2023-01-14 10:05:12 -08:00
2020-04-10 21:11:18 -07:00
2022-07-12 14:21:31 -07:00
2014-04-26 23:50:11 -07:00