memononen / nanovg

Antialiased 2D vector drawing library on top of OpenGL for UI and visualizations.
zlib License
5.15k stars 771 forks source link

Texture MIN and MAG options #578

Open SpinyOwl opened 4 years ago

SpinyOwl commented 4 years ago

Could you please provide option to define texture functions?

So for example I can specify nanovg to use GL_NEAREST instead of GL_LINEAR

Kind regards, Alex