Searched refs:PixelFormatFront (Results 1 – 1 of 1) sorted by relevance
615 …PIXELFORMATDESCRIPTOR PixelFormatFront = // PixelFormat Tells Windows How We Wa… in createWindow() local636 int WindowPix = ChoosePixelFormat(GLWin.hDC,&PixelFormatFront); in createWindow()637 SetPixelFormat(GLWin.hDC,WindowPix,&PixelFormatFront); in createWindow()