mirror of
				https://github.com/gnif/LookingGlass.git
				synced 2025-11-04 06:31:54 +00:00 
			
		
		
		
	[client] main: increase render graph max scale to 10ms
Some GPUs (like my K1200) easly exceed 2ms on the render time making this graph useless.
This commit is contained in:
		@@ -831,7 +831,7 @@ static int lg_run(void)
 | 
			
		||||
  g_state.renderDuration = ringbuffer_new(256, sizeof(float));
 | 
			
		||||
  overlayGraph_register("FRAME" , g_state.renderTimings , 0.0f, 50.0f);
 | 
			
		||||
  overlayGraph_register("UPLOAD", g_state.uploadTimings , 0.0f, 50.0f);
 | 
			
		||||
  overlayGraph_register("RENDER", g_state.renderDuration, 0.0f,  2.0f);
 | 
			
		||||
  overlayGraph_register("RENDER", g_state.renderDuration, 0.0f, 10.0f);
 | 
			
		||||
 | 
			
		||||
  initImGuiKeyMap(g_state.io->KeyMap);
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user