bindGLFW_EGL
enum bindGLFW_EGL =
q{
extern(C) @nogc nothrow {
EGLDisplay glfwGetEGLDisplay();
EGLContext glfwGetEGLContext(GLFWwindow* window);
EGLSurface glfwGetEGLSurface(GLFWwindow* window);
}
};
bindbc glfw bindstatic
functionsmanifest constants