(C++ Microsoft Visual Studio 2017) I want to convert a FT_Bitmap into a array of GLubytes so that I can render the FT_Bitmap in opengl using: glBitmap(bitmapWidth, bitmapR
glBitmap(bitmapWidth, bitmapR