ReactOS 0.4.16-dev-329-g9223134
|
#include <wined3d_private.h>
Public Attributes | |
HDC | dc |
HWND | wnd |
HGLRC | gl_ctx |
HDC | restore_dc |
HGLRC | restore_gl_ctx |
const struct wined3d_gl_info * | gl_info |
GLuint | test_vbo |
GLuint | test_program_id |
Definition at line 2622 of file wined3d_private.h.
HDC wined3d_caps_gl_ctx::dc |
Definition at line 2624 of file wined3d_private.h.
Referenced by wined3d_adapter_init(), and wined3d_caps_gl_ctx_create_attribs().
HGLRC wined3d_caps_gl_ctx::gl_ctx |
Definition at line 2626 of file wined3d_private.h.
Referenced by wined3d_caps_gl_ctx_create_attribs().
const struct wined3d_gl_info* wined3d_caps_gl_ctx::gl_info |
Definition at line 2630 of file wined3d_private.h.
Referenced by wined3d_adapter_init().
HDC wined3d_caps_gl_ctx::restore_dc |
Definition at line 2627 of file wined3d_private.h.
HGLRC wined3d_caps_gl_ctx::restore_gl_ctx |
Definition at line 2628 of file wined3d_private.h.
GLuint wined3d_caps_gl_ctx::test_program_id |
Definition at line 2632 of file wined3d_private.h.
GLuint wined3d_caps_gl_ctx::test_vbo |
Definition at line 2631 of file wined3d_private.h.
HWND wined3d_caps_gl_ctx::wnd |
Definition at line 2625 of file wined3d_private.h.