glfw3.wgl_context

Translated from C to D

Members

Aliases

PFNWGLCREATECONTEXTATTRIBSARBPROC
alias PFNWGLCREATECONTEXTATTRIBSARBPROC = HGLRC function(HDC, HGLRC, const(int)*)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
PFNWGLGETEXTENSIONSSTRINGARBPROC
alias PFNWGLGETEXTENSIONSSTRINGARBPROC = const(char)* function(HDC)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
PFNWGLGETEXTENSIONSSTRINGEXTPROC
alias PFNWGLGETEXTENSIONSSTRINGEXTPROC = const(char)* function()
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
PFNWGLGETPIXELFORMATATTRIBIVARBPROC
alias PFNWGLGETPIXELFORMATATTRIBIVARBPROC = BOOL function(HDC, int, int, UINT, const(int)*, int*)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
PFNWGLSWAPINTERVALEXTPROC
alias PFNWGLSWAPINTERVALEXTPROC = BOOL function(int)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
PFN_wglCreateContext
alias PFN_wglCreateContext = HGLRC function(HDC)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
PFN_wglDeleteContext
alias PFN_wglDeleteContext = BOOL function(HGLRC)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
PFN_wglGetCurrentContext
alias PFN_wglGetCurrentContext = HGLRC function()
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
PFN_wglGetCurrentDC
alias PFN_wglGetCurrentDC = HDC function()
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
PFN_wglGetProcAddress
alias PFN_wglGetProcAddress = PROC function(LPCSTR)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
PFN_wglMakeCurrent
alias PFN_wglMakeCurrent = BOOL function(HDC, HGLRC)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
PFN_wglShareLists
alias PFN_wglShareLists = BOOL function(HGLRC, HGLRC)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
wglCreateContext
alias wglCreateContext = _glfw.wgl.CreateContext
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
wglCreateContextAttribsARB
alias wglCreateContextAttribsARB = _glfw.wgl.CreateContextAttribsARB
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
wglDeleteContext
alias wglDeleteContext = _glfw.wgl.DeleteContext
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
wglGetCurrentContext
alias wglGetCurrentContext = _glfw.wgl.GetCurrentContext
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
wglGetCurrentDC
alias wglGetCurrentDC = _glfw.wgl.GetCurrentDC
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
wglGetExtensionsStringARB
alias wglGetExtensionsStringARB = _glfw.wgl.GetExtensionsStringARB
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
wglGetExtensionsStringEXT
alias wglGetExtensionsStringEXT = _glfw.wgl.GetExtensionsStringEXT
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
wglGetPixelFormatAttribivARB
alias wglGetPixelFormatAttribivARB = _glfw.wgl.GetPixelFormatAttribivARB
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
wglGetProcAddress
alias wglGetProcAddress = _glfw.wgl.GetProcAddress
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
wglMakeCurrent
alias wglMakeCurrent = _glfw.wgl.MakeCurrent
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
wglShareLists
alias wglShareLists = _glfw.wgl.ShareLists
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
wglSwapIntervalEXT
alias wglSwapIntervalEXT = _glfw.wgl.SwapIntervalEXT
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.

Mixin templates

_GLFW_PLATFORM_CONTEXT_STATE
mixintemplate _GLFW_PLATFORM_CONTEXT_STATE()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
_GLFW_PLATFORM_LIBRARY_CONTEXT_STATE
mixintemplate _GLFW_PLATFORM_LIBRARY_CONTEXT_STATE()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Static functions

_glfwCreateContextWGL
GLFWbool _glfwCreateContextWGL(_GLFWwindow* window, const(_GLFWctxconfig)* ctxconfig, const(_GLFWfbconfig)* fbconfig)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
_glfwCreateContextWGL
GLFWbool _glfwCreateContextWGL(_GLFWwindow* window, const(_GLFWctxconfig)* ctxconfig, const(_GLFWfbconfig)* fbconfig)
Undocumented in source. Be warned that the author may not have intended to support it.
_glfwInitWGL
GLFWbool _glfwInitWGL()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
_glfwInitWGL
GLFWbool _glfwInitWGL()

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

_glfwTerminateWGL
void _glfwTerminateWGL()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
_glfwTerminateWGL
void _glfwTerminateWGL()
Undocumented in source. Be warned that the author may not have intended to support it.
glfwGetWGLContext
HGLRC glfwGetWGLContext(GLFWwindow* handle)

/////////////////////////////////////////////////////////////////////// /// GLFW native API ////// ///////////////////////////////////////////////////////////////////////

Static variables

ERROR_INCOMPATIBLE_DEVICE_CONTEXTS_ARB
enum ERROR_INCOMPATIBLE_DEVICE_CONTEXTS_ARB;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ERROR_INVALID_PROFILE_ARB
enum ERROR_INVALID_PROFILE_ARB;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ERROR_INVALID_VERSION_ARB
enum ERROR_INVALID_VERSION_ARB;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
WGL_ACCELERATION_ARB
enum WGL_ACCELERATION_ARB;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
WGL_ACCUM_ALPHA_BITS_ARB
enum WGL_ACCUM_ALPHA_BITS_ARB;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
WGL_ACCUM_BITS_ARB
enum WGL_ACCUM_BITS_ARB;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
WGL_ACCUM_BLUE_BITS_ARB
enum WGL_ACCUM_BLUE_BITS_ARB;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
WGL_ACCUM_GREEN_BITS_ARB
enum WGL_ACCUM_GREEN_BITS_ARB;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
WGL_ACCUM_RED_BITS_ARB
enum WGL_ACCUM_RED_BITS_ARB;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
WGL_ALPHA_BITS_ARB
enum WGL_ALPHA_BITS_ARB;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
WGL_ALPHA_SHIFT_ARB
enum WGL_ALPHA_SHIFT_ARB;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
WGL_AUX_BUFFERS_ARB
enum WGL_AUX_BUFFERS_ARB;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
WGL_BLUE_BITS_ARB
enum WGL_BLUE_BITS_ARB;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
WGL_BLUE_SHIFT_ARB
enum WGL_BLUE_SHIFT_ARB;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
WGL_COLORSPACE_EXT
enum WGL_COLORSPACE_EXT;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
WGL_COLORSPACE_SRGB_EXT
enum WGL_COLORSPACE_SRGB_EXT;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
WGL_CONTEXT_COMPATIBILITY_PROFILE_BIT_ARB
enum WGL_CONTEXT_COMPATIBILITY_PROFILE_BIT_ARB;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
WGL_CONTEXT_CORE_PROFILE_BIT_ARB
enum WGL_CONTEXT_CORE_PROFILE_BIT_ARB;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
WGL_CONTEXT_DEBUG_BIT_ARB
enum WGL_CONTEXT_DEBUG_BIT_ARB;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
WGL_CONTEXT_ES2_PROFILE_BIT_EXT
enum WGL_CONTEXT_ES2_PROFILE_BIT_EXT;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
WGL_CONTEXT_FLAGS_ARB
enum WGL_CONTEXT_FLAGS_ARB;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
WGL_CONTEXT_FORWARD_COMPATIBLE_BIT_ARB
enum WGL_CONTEXT_FORWARD_COMPATIBLE_BIT_ARB;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
WGL_CONTEXT_MAJOR_VERSION_ARB
enum WGL_CONTEXT_MAJOR_VERSION_ARB;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
WGL_CONTEXT_MINOR_VERSION_ARB
enum WGL_CONTEXT_MINOR_VERSION_ARB;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
WGL_CONTEXT_OPENGL_NO_ERROR_ARB
enum WGL_CONTEXT_OPENGL_NO_ERROR_ARB;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
WGL_CONTEXT_PROFILE_MASK_ARB
enum WGL_CONTEXT_PROFILE_MASK_ARB;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
WGL_CONTEXT_RELEASE_BEHAVIOR_ARB
enum WGL_CONTEXT_RELEASE_BEHAVIOR_ARB;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
WGL_CONTEXT_RELEASE_BEHAVIOR_FLUSH_ARB
enum WGL_CONTEXT_RELEASE_BEHAVIOR_FLUSH_ARB;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
WGL_CONTEXT_RELEASE_BEHAVIOR_NONE_ARB
enum WGL_CONTEXT_RELEASE_BEHAVIOR_NONE_ARB;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
WGL_CONTEXT_RESET_NOTIFICATION_STRATEGY_ARB
enum WGL_CONTEXT_RESET_NOTIFICATION_STRATEGY_ARB;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
WGL_CONTEXT_ROBUST_ACCESS_BIT_ARB
enum WGL_CONTEXT_ROBUST_ACCESS_BIT_ARB;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
WGL_DEPTH_BITS_ARB
enum WGL_DEPTH_BITS_ARB;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
WGL_DOUBLE_BUFFER_ARB
enum WGL_DOUBLE_BUFFER_ARB;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
WGL_DRAW_TO_WINDOW_ARB
enum WGL_DRAW_TO_WINDOW_ARB;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
WGL_FRAMEBUFFER_SRGB_CAPABLE_ARB
enum WGL_FRAMEBUFFER_SRGB_CAPABLE_ARB;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
WGL_GREEN_BITS_ARB
enum WGL_GREEN_BITS_ARB;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
WGL_GREEN_SHIFT_ARB
enum WGL_GREEN_SHIFT_ARB;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
WGL_LOSE_CONTEXT_ON_RESET_ARB
enum WGL_LOSE_CONTEXT_ON_RESET_ARB;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
WGL_NO_ACCELERATION_ARB
enum WGL_NO_ACCELERATION_ARB;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
WGL_NO_RESET_NOTIFICATION_ARB
enum WGL_NO_RESET_NOTIFICATION_ARB;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
WGL_NUMBER_PIXEL_FORMATS_ARB
enum WGL_NUMBER_PIXEL_FORMATS_ARB;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
WGL_PIXEL_TYPE_ARB
enum WGL_PIXEL_TYPE_ARB;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
WGL_RED_BITS_ARB
enum WGL_RED_BITS_ARB;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
WGL_RED_SHIFT_ARB
enum WGL_RED_SHIFT_ARB;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
WGL_SAMPLES_ARB
enum WGL_SAMPLES_ARB;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
WGL_STENCIL_BITS_ARB
enum WGL_STENCIL_BITS_ARB;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
WGL_STEREO_ARB
enum WGL_STEREO_ARB;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
WGL_SUPPORT_OPENGL_ARB
enum WGL_SUPPORT_OPENGL_ARB;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
WGL_TYPE_RGBA_ARB
enum WGL_TYPE_RGBA_ARB;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
_GLFW_RECREATION_IMPOSSIBLE
enum _GLFW_RECREATION_IMPOSSIBLE;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
_GLFW_RECREATION_NOT_NEEDED
enum _GLFW_RECREATION_NOT_NEEDED;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
_GLFW_RECREATION_REQUIRED
enum _GLFW_RECREATION_REQUIRED;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Structs

_GLFWcontextWGL
struct _GLFWcontextWGL
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
_GLFWlibraryWGL
struct _GLFWlibraryWGL
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Meta