Blog post reference

This commit is contained in:
sinf 2024-01-23 02:19:57 +01:00
parent 2af50087ec
commit 3205bf71c5

View File

@ -1,5 +1,7 @@
// This is a demo of rendering text using the stb_truetype.h library. // This is a demo of rendering text using the stb_truetype.h library.
// //
// Details here: https://sinf.org/opengl-text-using-stb_truetype/
//
// Not meant for production use: There is no memory management, error handling // Not meant for production use: There is no memory management, error handling
// and things like opengl buffer/arrays/textures are set-and-forget. // and things like opengl buffer/arrays/textures are set-and-forget.
// //