点击或拖拽改变大小

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.
Top
参见