Win32GL

interface Win32GL : StdCallLibrary

Inheritors

Types

Link copied to clipboard

Functions

Link copied to clipboard
abstract fun wglChoosePixelFormatARB(    hDC: WinDef.HDC,     piAttribIList: IntArray?,     pfAttribFList: FloatArray?,     nMaxFormats: Int,     piFormats: Pointer?,     nNumFormats: Pointer?): Int
Link copied to clipboard
abstract fun wglCreateContextAttribsARB(    hDC: WinDef.HDC,     hshareContext: WinGDI.PIXELFORMATDESCRIPTOR.ByReference?,     attribList: IntArray?): WinDef.HGLRC?