| 59 | } |
| 60 | |
| 61 | const String GFXVideoMode::toString() const |
| 62 | { |
| 63 | return String::ToString("%d %d %s %d %d %d", resolution.x, resolution.y, (fullScreen ? "true" : "false"), bitDepth, refreshRate, antialiasLevel); |
| 64 | } |
| 65 | |
| 66 | void GFXShaderMacro::stringize( const Vector<GFXShaderMacro> ¯os, String *outString ) |
| 67 | { |
no outgoing calls
no test coverage detected