Ejemplo n.º 1
0
 public static unsafe string GetString(StringName stringName)
 {
     return(new string(GLCore.GetString(stringName)));
 }