X-Git-Url: https://gitweb.factorcode.org/gitweb.cgi?p=factor.git;a=blobdiff_plain;f=basis%2Fwindows%2Fopengl32%2Fopengl32.factor;fp=basis%2Fwindows%2Fopengl32%2Fopengl32.factor;h=5ddf7450b5f7cc484f4b9bbe3851d375ff1e3665;hp=642b834060e5229f79b5e7620eec39c679dcfc0d;hb=5f8426cfbedd16c433a5b559468c645e79726ad4;hpb=865510670aad6dbb5adea4224cff92ce738d63f2 diff --git a/basis/windows/opengl32/opengl32.factor b/basis/windows/opengl32/opengl32.factor index 642b834060..5ddf7450b5 100644 --- a/basis/windows/opengl32/opengl32.factor +++ b/basis/windows/opengl32/opengl32.factor @@ -51,13 +51,13 @@ LIBRARY: gl ! FUNCTION: int SaveDC( HDC hDC ) ; ! FUNCTION: HGDIOBJ SelectObject ( HDC hDC, HGDIOBJ hgdiobj ) ; -FUNCTION: HGLRC wglCreateContext ( HDC hDC ) ; -FUNCTION: BOOL wglDeleteContext ( HGLRC hRC ) ; -FUNCTION: BOOL wglMakeCurrent ( HDC hDC, HGLRC hglrc ) ; +FUNCTION: HGLRC wglCreateContext ( HDC hDC ) +FUNCTION: BOOL wglDeleteContext ( HGLRC hRC ) +FUNCTION: BOOL wglMakeCurrent ( HDC hDC, HGLRC hglrc ) ! WGL_ARB_extensions_string extension -GL-FUNCTION: c-string wglGetExtensionsStringARB { } ( HDC hDC ) ; +GL-FUNCTION: c-string wglGetExtensionsStringARB { } ( HDC hDC ) ! WGL_ARB_pixel_format extension @@ -121,7 +121,7 @@ GL-FUNCTION: BOOL wglGetPixelFormatAttribivARB { } ( UINT nAttributes, int* piAttributes, int* piValues - ) ; + ) GL-FUNCTION: BOOL wglGetPixelFormatAttribfvARB { } ( HDC hdc, @@ -130,7 +130,7 @@ GL-FUNCTION: BOOL wglGetPixelFormatAttribfvARB { } ( UINT nAttributes, int* piAttributes, FLOAT* pfValues - ) ; + ) GL-FUNCTION: BOOL wglChoosePixelFormatARB { } ( HDC hdc, @@ -139,7 +139,7 @@ GL-FUNCTION: BOOL wglChoosePixelFormatARB { } ( UINT nMaxFormats, int* piFormats, UINT* nNumFormats - ) ; + ) ! WGL_ARB_multisample extension