stw_wgl_arbextensionsstring.h File Reference

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

WINGDIAPI const char *APIENTRY wglGetExtensionsStringARB (HDC hdc)


Function Documentation

WINGDIAPI const char* APIENTRY wglGetExtensionsStringARB ( HDC  hdc  ) 

Definition at line 33 of file stw_wgl_arbextensionsstring.c.

00035 {
00036    (void) hdc;
00037 
00038    return
00039       "WGL_ARB_extensions_string "
00040       "WGL_ARB_multisample "
00041       "WGL_ARB_pixel_format";
00042 }


Generated on Tue Sep 29 06:25:56 2009 for Gallium3D by  doxygen 1.5.4