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 e3be056 commit 1c9b7d9Copy full SHA for 1c9b7d9
src/Layers/xrRenderPC_GL/rgl.h
@@ -178,8 +178,8 @@ class CRender : public D3DXRenderBase
178
float o_hemi ;
179
float o_hemi_cube[CROS_impl::NUM_FACES] ;
180
float o_sun ;
181
- //GLuint q_sync_point[CHWCaps::MAX_GPUS];
182
- //u32 q_sync_count ;
+ GLuint q_sync_point[CHWCaps::MAX_GPUS];
+ u32 q_sync_count ;
183
184
bool m_bMakeAsyncSS;
185
bool m_bFirstFrameAfterReset; // Determines weather the frame is the first after resetting device.
0 commit comments