WGL

interface WGL : StdCallLibrary

Inheritors

Types

Link copied to clipboard
object Companion : WGL

Functions

Link copied to clipboard
abstract fun wglCreateContext(windowDC: WinDef.HDC?): WinDef.HGLRC?
Link copied to clipboard
abstract fun wglDeleteContext(hglrc: WinDef.HGLRC?): Boolean
Link copied to clipboard
abstract fun wglGetCurrentContext(): WinDef.HGLRC?
Link copied to clipboard
abstract fun wglGetCurrentDC(): WinDef.HDC?
Link copied to clipboard
abstract fun wglGetProcAddress(name: String): Pointer?
Link copied to clipboard
abstract fun wglMakeCurrent(windowDC: WinDef.HDC?, hglrc: WinDef.HGLRC?): Boolean