xgetcurrentdisplay.html

来自「计算机图形学~想必是很多人需要的~在此共享一下」· HTML 代码 · 共 59 行

HTML
59
字号
<HTML><BODY><PRE>     <STRONG>NAME</STRONG>	  <STRONG>glXGetCurrentDisplay</STRONG> - get display for current context     <STRONG>C</STRONG> <STRONG>SPECIFICATION</STRONG>	  Display * <STRONG>glXGetCurrentDisplay</STRONG>( void )     <STRONG>DESCRIPTION</STRONG>	  <STRONG>glXGetCurrentDisplay</STRONG> returns the display for the current	  context. If no context is current, NULL is returned.	  <STRONG>glXGetCurrentDisplay</STRONG> returns client-side information.	It	  does not make	a round	trip to	the server, and	therefore does	  not flush any	pending	events.     <STRONG>NOTES</STRONG>	  <STRONG>glXGetCurrentDisplay</STRONG> is only supported if the	GLX version is	  1.2 or greater.     <STRONG>SEE</STRONG> <STRONG>ALSO</STRONG>	  <STRONG>glXQueryVersion</STRONG>, <STRONG>glXQueryExtensionsString</STRONG></PRE></BODY></HTML>

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?