mirror of
https://github.com/bkaradzic/bgfx.git
synced 2026-02-17 20:52:36 +01:00
* 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.