OpenGLCallLists 方法 (Int32, Byte) |
Execute a list of display lists. Automatically uses the GL_UNSIGNED_BYTE version of the function.
命名空间:
DSkin.OpenGL
程序集:
DSkin (在 DSkin.dll 中) 版本:16.6.3.22
语法public void CallLists(
int n,
byte[] lists
)
参数
- n
- 类型:SystemInt32
The number of lists. - lists
- 类型:SystemByte
The lists.
参见