jdryg / vg-renderer

A vector graphics renderer for bgfx, based on ideas from NanoVG and ImDrawList (Dear ImGUI)
BSD 2-Clause "Simplified" License
504 stars 55 forks source link

Update code to work with bgfx master #12

Closed hugoam closed 5 years ago

hugoam commented 5 years ago

bgfx changed some texture flags from BGFX_TEXTURE_ to BGFX_SAMPLER_ Could you update these so I can use vg-renderer with latest version of bgfx ? I would like to continue using vg-renderer without maintaining a fork :)

jdryg commented 5 years ago

Done :)

hugoam commented 5 years ago

Thanks ! 👍