Set the display-list base for glCallLists.
命名空间:
DSkin.OpenGL
程序集:
DSkin (在 DSkin.dll 中) 版本:16.6.3.22
语法public void ListBase(
uint listbase
)
参数
- listbase
- 类型:SystemUInt32
Specifies an integer offset that will be added to glCallLists offsets to generate display-list names. The initial value is 0.
参见