Searched refs:PixelFormatFront (Results 1 – 1 of 1) sorted by relevance
617 PIXELFORMATDESCRIPTOR PixelFormatFront = // PixelFormat Tells Windows How We Want Things To Be in createWindow() local638 int WindowPix = ChoosePixelFormat(GLWin.hDC,&PixelFormatFront); in createWindow()639 SetPixelFormat(GLWin.hDC,WindowPix,&PixelFormatFront); in createWindow()
Completed in 14 milliseconds