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