Skip to content

Commit

Permalink
rgl: Uncomment sync point members.
Browse files Browse the repository at this point in the history
  • Loading branch information
CrossVR committed Nov 24, 2015
1 parent e3be056 commit 1c9b7d9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Layers/xrRenderPC_GL/rgl.h
Original file line number Diff line number Diff line change
Expand Up @@ -178,8 +178,8 @@ class CRender : public D3DXRenderBase
float o_hemi ;
float o_hemi_cube[CROS_impl::NUM_FACES] ;
float o_sun ;
//GLuint q_sync_point[CHWCaps::MAX_GPUS];
//u32 q_sync_count ;
GLuint q_sync_point[CHWCaps::MAX_GPUS];
u32 q_sync_count ;

bool m_bMakeAsyncSS;
bool m_bFirstFrameAfterReset; // Determines weather the frame is the first after resetting device.
Expand Down

0 comments on commit 1c9b7d9

Please sign in to comment.