It is possible to find out how much memory is being consumed by the command wglUseFontBitmaps?
Such as:
Code :wglUseFontBitmaps(hDC, 0, 256, base);
Do GL compile lists store texture/bitmap data? Or just a list of commands?
It is possible to find out how much memory is being consumed by the command wglUseFontBitmaps?
Such as:
Code :wglUseFontBitmaps(hDC, 0, 256, base);
Do GL compile lists store texture/bitmap data? Or just a list of commands?