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