Skip to content

Commit 1c9b7d9

Browse files
committed
rgl: Uncomment sync point members.
1 parent e3be056 commit 1c9b7d9

File tree

1 file changed

+2
-2
lines changed
  • src/Layers/xrRenderPC_GL

1 file changed

+2
-2
lines changed

src/Layers/xrRenderPC_GL/rgl.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -178,8 +178,8 @@ class CRender : public D3DXRenderBase
178178
float o_hemi ;
179179
float o_hemi_cube[CROS_impl::NUM_FACES] ;
180180
float o_sun ;
181-
//GLuint q_sync_point[CHWCaps::MAX_GPUS];
182-
//u32 q_sync_count ;
181+
GLuint q_sync_point[CHWCaps::MAX_GPUS];
182+
u32 q_sync_count ;
183183

184184
bool m_bMakeAsyncSS;
185185
bool m_bFirstFrameAfterReset; // Determines weather the frame is the first after resetting device.

0 commit comments

Comments
 (0)