Beispiel #1
0
 public static bool ExtensionSupported(string extension)
 {
     return(GlfwCore.glfwExtensionSupported(extension) == 1);
 }