ReactOS 0.4.15-dev-7958-gcd0bb1a
wined3d_caps_gl_ctx Struct Reference

#include <wined3d_private.h>

Collaboration diagram for wined3d_caps_gl_ctx:

Public Attributes

HDC dc
 
HWND wnd
 
HGLRC gl_ctx
 
HDC restore_dc
 
HGLRC restore_gl_ctx
 
const struct wined3d_gl_infogl_info
 
GLuint test_vbo
 
GLuint test_program_id
 

Detailed Description

Definition at line 2622 of file wined3d_private.h.

Member Data Documentation

◆ dc

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().

◆ gl_ctx

HGLRC wined3d_caps_gl_ctx::gl_ctx

Definition at line 2626 of file wined3d_private.h.

Referenced by wined3d_caps_gl_ctx_create_attribs().

◆ gl_info

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().

◆ restore_dc

HDC wined3d_caps_gl_ctx::restore_dc

Definition at line 2627 of file wined3d_private.h.

◆ restore_gl_ctx

HGLRC wined3d_caps_gl_ctx::restore_gl_ctx

Definition at line 2628 of file wined3d_private.h.

◆ test_program_id

GLuint wined3d_caps_gl_ctx::test_program_id

Definition at line 2632 of file wined3d_private.h.

◆ test_vbo

GLuint wined3d_caps_gl_ctx::test_vbo

Definition at line 2631 of file wined3d_private.h.

◆ wnd

HWND wined3d_caps_gl_ctx::wnd

Definition at line 2625 of file wined3d_private.h.


The documentation for this struct was generated from the following file: