AltCallingConvention
, Library
, StdCall
, StdCallLibrary
opengl32.dll Interface.
Felder
The glGetString function returns a string describing the current OpenGL connection.
The wglCreateContext function creates a new OpenGL rendering context, which is suitable for drawing on the device referenced by hdc.
boolean
The wglDeleteContext function deletes a specified OpenGL rendering context.
The wglGetCurrentContext function obtains a handle to the current OpenGL rendering context of the calling thread.
The wglGetProcAddress function returns the address of an OpenGL extension function for use with the current OpenGL rendering context.
boolean
The wglMakeCurrent function makes a specified OpenGL rendering context the calling thread's current rendering context.
The glGetString function returns a string describing the current OpenGL connection.
name
- One of the following symbolic constants.
The wglCreateContext function creates a new OpenGL rendering context, which is suitable for drawing on the device referenced by hdc. The rendering context has the same pixel format as the device context.
windowDC
- Handle to a device context for which the function creates a suitable OpenGL rendering context.
The wglGetCurrentContext function obtains a handle to the current OpenGL rendering context of the calling thread.
The wglMakeCurrent function makes a specified OpenGL rendering context the calling thread's current rendering context. All subsequent OpenGL calls made by the thread are drawn on the device identified by hdc.
windowDC
- Handle to a device context. Subsequent OpenGL calls made by the calling thread are drawn on the device identified by hdc.
hglrc
- Handle to an OpenGL rendering context that the function sets as the calling thread's rendering context.
The wglDeleteContext function deletes a specified OpenGL rendering context.
hglrc
- Handle to an OpenGL rendering context that the function will delete.
The wglGetProcAddress function returns the address of an OpenGL extension function for use with the current OpenGL rendering context.
lpszProc
- Points to a null-terminated string that is the name of the extension function. The name of the extension function must be identical to a corresponding function implemented by OpenGL.
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4