点击或拖拽改变大小

OpenGLCallLists 方法 (Int32, UInt32)

Execute a list of display lists. Automatically uses the GL_UNSIGNED_INT version of the function.

命名空间:  DSkin.OpenGL
程序集:  DSkin (在 DSkin.dll 中) 版本:16.6.3.22
语法
C#
public void CallLists(
	int n,
	uint[] lists
)

参数

n
类型:SystemInt32
The number of lists.
lists
类型:SystemUInt32
The lists.
参见