| 40 | } |
| 41 | |
| 42 | static void SurfaceName(char* buf, int bufSize, const SurfaceInfoGL33& surface) |
| 43 | { |
| 44 | snprintf(buf, bufSize, "\t%s,%d,%d,", FormatNameGL(surface._format), surface._w, surface._h); |
| 45 | } |
| 46 | |
| 47 | TextBankGL33::TextBankGL33(EngineGL33* engine) : _totalAllocated(0) |
| 48 | { |
no test coverage detected