Basic render accuracy test for my text engine - qRender takes one frame to render an entire string - dRender takes one frame to render each character in a string The order in which you place these functions in your render loop is important, this project showcases the differences between different orders. Both functions have their pros and cons.