예제 #1
0
 public static bool ExtensionSupported(string extension)
 {
     return(GlfwDelegates.glfwExtensionSupported(extension) == 1);
 }