⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 genlists.html

📁 glman函数说明 glman函数说明 glman函数说明
💻 HTML
字号:
<HTML>
<BODY>
<PRE>
     <STRONG>NAME</STRONG>
	  <STRONG>glGenLists</STRONG> - generate	a contiguous set of empty display
	  lists


     <STRONG>C</STRONG> <STRONG>SPECIFICATION</STRONG>
	  GLuint <STRONG>glGenLists</STRONG>( GLsizei <EM>range</EM> )


     <STRONG>PARAMETERS</STRONG>
	  <EM>range</EM>	 Specifies the number of contiguous empty display
		 lists to be generated.

     <STRONG>DESCRIPTION</STRONG>
	  <STRONG>glGenLists</STRONG> has one argument, <EM>range</EM>.  It returns an integer <EM>n</EM>
	  such that <EM>range</EM> contiguous empty display lists, named	<EM>n</EM>,
	  <EM>n</EM>+1, ..., <EM>n</EM>+<EM>range</EM> -1,	are created.  If <EM>range</EM> is 0, if	there
	  is no	group of <EM>range</EM> contiguous names	available, or if any
	  error	is generated, no display lists are generated, and 0 is
	  returned.

     <STRONG>ERRORS</STRONG>
	  <STRONG>GL_INVALID_VALUE</STRONG> is generated	if <EM>range</EM> is negative.

	  <STRONG>GL_INVALID_OPERATION</STRONG> is generated if <STRONG>glGenLists</STRONG> is executed
	  between the execution	of <STRONG>glBegin</STRONG> and the corresponding
	  execution of <STRONG>glEnd</STRONG>.

     <STRONG>ASSOCIATED</STRONG>	<STRONG>GETS</STRONG>
	  <STRONG>glIsList</STRONG>

     <STRONG>SEE</STRONG> <STRONG>ALSO</STRONG>
	  <STRONG>glCallList</STRONG>, <STRONG>glCallLists</STRONG>, <STRONG>glDeleteLists</STRONG>, <STRONG>glNewList</STRONG>



















</PRE>
</BODY>
</HTML>

⌨️ 快捷键说明

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