public static void DrawText(string text, Color color, float duration)
 {
     EG_GL.DrawText(text, color, duration);
 }