ReactOS 0.4.15-dev-8058-ga7cbb60
wgl_driver.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  opengl_funcs
 

Macros

#define WINE_GLAPI
 
#define WINE_WGL_DRIVER_VERSION   17
 
#define ALL_WGL_FUNCS
 

Functions

struct opengl_funcs *CDECL __wine_get_wgl_driver (HDC hdc, UINT version)
 
BOOL CDECL __wine_set_pixel_format (HWND hwnd, int format)
 

Macro Definition Documentation

◆ ALL_WGL_FUNCS

#define ALL_WGL_FUNCS

Definition at line 3031 of file wgl_driver.h.

◆ WINE_GLAPI

#define WINE_GLAPI

Definition at line 7 of file wgl_driver.h.

◆ WINE_WGL_DRIVER_VERSION

#define WINE_WGL_DRIVER_VERSION   17

Definition at line 10 of file wgl_driver.h.

Function Documentation

◆ __wine_get_wgl_driver()

struct opengl_funcs *CDECL __wine_get_wgl_driver ( HDC  hdc,
UINT  version 
)

Referenced by wined3d_adapter_init().

◆ __wine_set_pixel_format()

BOOL CDECL __wine_set_pixel_format ( HWND  hwnd,
int  format 
)