コード例 #1
0
ファイル: Glfw.cs プロジェクト: PlumpMath/SharpGlfw
 public static bool ExtensionSupported(string extension)
 {
     return(GlfwCore.glfwExtensionSupported(extension) == 1);
 }