This function starts compiling a new display list.
命名空间:
DSkin.OpenGL
程序集:
DSkin (在 DSkin.dll 中) 版本:16.6.3.22
语法public void NewList(
uint list,
uint mode
)
参数
- list
- 类型:SystemUInt32
The list to compile. - mode
- 类型:SystemUInt32
Either COMPILE or COMPILE_AND_EXECUTE.
参见