fglfinish.html

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

HTML
59
字号
<HTML><BODY><PRE>     <STRONG>NAME</STRONG>	  <STRONG>fglFinish</STRONG> - block until all GL execution is complete     <STRONG>FORTRAN</STRONG> <STRONG>SPECIFICATION</STRONG>	  SUBROUTINE <STRONG>fglFinish</STRONG>(	)     <STRONG>DESCRIPTION</STRONG>	  <STRONG>fglFinish</STRONG> does not return until the effects of all	  previously called GL commands	are complete.  Such effects	  include all changes to GL state, all changes to connection	  state, and all changes to the	frame buffer contents.     <STRONG>NOTES</STRONG>	  <STRONG>fglFinish</STRONG> requires a round trip to the server.     <STRONG>ERRORS</STRONG>	  <STRONG>GL_INVALID_OPERATION</STRONG> is generated if <STRONG>fglFinish</STRONG> is executed	  between the execution	of <STRONG>fglBegin</STRONG> and	the corresponding	  execution of <STRONG>fglEnd</STRONG>.     <STRONG>SEE</STRONG> <STRONG>ALSO</STRONG>	  <STRONG>fglFlush</STRONG></PRE></BODY></HTML>

⌨️ 快捷键说明

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