context

Translated from C to D

Members

Static functions

_glfwChooseFBConfig
const(_GLFWfbconfig)* _glfwChooseFBConfig(const(_GLFWfbconfig)* desired, const(_GLFWfbconfig)* alternatives, uint count)
Undocumented in source. Be warned that the author may not have intended to support it.
_glfwIsValidContextConfig
GLFWbool _glfwIsValidContextConfig(const(_GLFWctxconfig)* ctxconfig)

/////////////////////////////////////////////////////////////////////// /// GLFW internal API ////// ///////////////////////////////////////////////////////////////////////

_glfwRefreshContextAttribs
GLFWbool _glfwRefreshContextAttribs(_GLFWwindow* window, const(_GLFWctxconfig)* ctxconfig)
Undocumented in source. Be warned that the author may not have intended to support it.
_glfwStringInExtensionString
GLFWbool _glfwStringInExtensionString(const(char)* string, const(char)* extensions)
Undocumented in source. Be warned that the author may not have intended to support it.
glfwExtensionSupported
int glfwExtensionSupported(const(char)* extension)
Undocumented in source. Be warned that the author may not have intended to support it.
glfwGetCurrentContext
GLFWwindow* glfwGetCurrentContext()
Undocumented in source. Be warned that the author may not have intended to support it.
glfwGetProcAddress
GLFWglproc glfwGetProcAddress(const(char)* procname)
Undocumented in source. Be warned that the author may not have intended to support it.
glfwMakeContextCurrent
void glfwMakeContextCurrent(GLFWwindow* handle)

/////////////////////////////////////////////////////////////////////// /// GLFW public API ////// ///////////////////////////////////////////////////////////////////////

glfwSwapBuffers
void glfwSwapBuffers(GLFWwindow* handle)
Undocumented in source. Be warned that the author may not have intended to support it.
glfwSwapInterval
void glfwSwapInterval(int interval)
Undocumented in source. Be warned that the author may not have intended to support it.

Meta