ReactOS 0.4.16-dev-975-g3b8cfa4
|
Public Attributes | |
HANDLE | test_finished |
HWND | hwnd |
HGLRC | hglrc |
BOOL | make_current |
BOOL | make_current_error |
BOOL | deleted |
DWORD | deleted_error |
BOOL wgl_thread_param::deleted |
Definition at line 847 of file opengl.c.
Referenced by test_deletecontext().
DWORD wgl_thread_param::deleted_error |
Definition at line 848 of file opengl.c.
Referenced by test_deletecontext().
HGLRC wgl_thread_param::hglrc |
Definition at line 844 of file opengl.c.
Referenced by test_deletecontext().
HWND wgl_thread_param::hwnd |
Definition at line 843 of file opengl.c.
Referenced by test_deletecontext().
BOOL wgl_thread_param::make_current |
Definition at line 845 of file opengl.c.
Referenced by test_deletecontext().
BOOL wgl_thread_param::make_current_error |
Definition at line 846 of file opengl.c.
Referenced by test_deletecontext().
HANDLE wgl_thread_param::test_finished |
Definition at line 842 of file opengl.c.
Referenced by test_deletecontext().