Esempio n. 1
0
WINGDIAPI HGLRC APIENTRY
wglCreateLayerContext(
   HDC hdc,
   int iLayerPlane )
{
   return (HGLRC) DrvCreateLayerContext( hdc, iLayerPlane );
}
Esempio n. 2
0
DHGLRC APIENTRY
DrvCreateContext(
    HDC hdc )
{
    return DrvCreateLayerContext( hdc, 0 );
}