mirror of
				https://github.com/gnif/LookingGlass.git
				synced 2025-10-31 20:52:09 +00:00 
			
		
		
		
	[client] print out video card information
This commit is contained in:
		| @@ -95,6 +95,10 @@ bool lgr_opengl_initialize(void ** opaque, const LG_RendererParams params, const | ||||
|     return false; | ||||
|   } | ||||
|  | ||||
|   DEBUG_INFO("Vendor  : %s", glGetString(GL_VENDOR  )); | ||||
|   DEBUG_INFO("Renderer: %s", glGetString(GL_RENDERER)); | ||||
|   DEBUG_INFO("Version : %s", glGetString(GL_VERSION )); | ||||
|  | ||||
|   if (!glXGetVideoSyncSGI) | ||||
|   { | ||||
|     glXGetVideoSyncSGI  = (PFNGLXGETVIDEOSYNCSGIPROC )glXGetProcAddress((const GLubyte *)"glXGetVideoSyncSGI" ); | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Geoffrey McRae
					Geoffrey McRae