Companion

Functions

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