OpenGLCallLists 方法 |
| 名称 | 说明 | |
|---|---|---|
| CallLists(Int32, Byte) |
Execute a list of display lists. Automatically uses the GL_UNSIGNED_BYTE version of the function.
| |
| CallLists(Int32, UInt32) |
Execute a list of display lists. Automatically uses the GL_UNSIGNED_INT version of the function.
| |
| CallLists(Int32, DataType, IntPtr) |
Execute a list of display lists.
| |
| CallLists(Int32, UInt32, IntPtr) |
Execute a list of display lists.
|