derelict.opengl.wgl

Undocumented in source.

Members

Aliases

da_wglCopyContext
alias da_wglCopyContext = BOOL function(void*, void*)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
da_wglCreateContext
alias da_wglCreateContext = void* function(void*)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
da_wglCreateLayerContext
alias da_wglCreateLayerContext = void* function(void*, int)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
da_wglDeleteContext
alias da_wglDeleteContext = BOOL function(void*)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
da_wglDescribeLayerPlane
alias da_wglDescribeLayerPlane = BOOL function(void*, int, int, UINT, LAYERPLANEDESCRIPTOR*)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
da_wglGetCurrentContext
alias da_wglGetCurrentContext = void* function()
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
da_wglGetCurrentDC
alias da_wglGetCurrentDC = void* function()
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
da_wglGetLayerPaletteEntries
alias da_wglGetLayerPaletteEntries = int function(void*, int, int, int, COLORREF*)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
da_wglGetProcAddress
alias da_wglGetProcAddress = FARPROC function(LPCSTR)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
da_wglMakeCurrent
alias da_wglMakeCurrent = BOOL function(void*, void*)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
da_wglRealizeLayerPalette
alias da_wglRealizeLayerPalette = BOOL function(void*, int, BOOL)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
da_wglSetLayerPaletteEntries
alias da_wglSetLayerPaletteEntries = int function(void*, int, int, int, COLORREF*)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
da_wglShareLists
alias da_wglShareLists = BOOL function(void*, void*)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
da_wglSwapLayerBuffers
alias da_wglSwapLayerBuffers = BOOL function(void*, UINT)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
da_wglUseFontBitmapsA
alias da_wglUseFontBitmapsA = BOOL function(void*, DWORD, DWORD, DWORD)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
da_wglUseFontBitmapsW
alias da_wglUseFontBitmapsW = BOOL function(void*, DWORD, DWORD, DWORD)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
da_wglUseFontOutlinesA
alias da_wglUseFontOutlinesA = BOOL function(void*, DWORD, DWORD, DWORD, FLOAT, FLOAT, int, GLYPHMETRICSFLOAT*)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
da_wglUseFontOutlinesW
alias da_wglUseFontOutlinesW = BOOL function(void*, DWORD, DWORD, DWORD, FLOAT, FLOAT, int, GLYPHMETRICSFLOAT*)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.

Functions

loadGLSymbol
void* loadGLSymbol(string symName)
Undocumented in source. Be warned that the author may not have intended to support it.
loadPlatformGL
void loadPlatformGL(void delegate(void**, string, bool doThrow = true) bindFunc)
Undocumented in source. Be warned that the author may not have intended to support it.

Meta