We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 13d875c commit ada231aCopy full SHA for ada231a
src/Layers/xrRender/HW.h
@@ -58,6 +58,7 @@ class CHW
58
#if defined(USE_OGL)
59
public:
60
CHW* pDevice;
61
+ CHW* pContext;
62
GLuint pBaseRT;
63
GLuint pBaseZB;
64
GLuint pFB;
src/Layers/xrRenderGL/glHW.cpp
@@ -37,6 +37,7 @@ CHW::CHW() :
37
m_hDC(NULL),
38
m_hRC(NULL),
39
pDevice(this),
40
+ pContext(this),
41
m_move_window(true),
42
pBaseRT(0),
43
pBaseZB(0),
0 commit comments