RFDrawTools.GLNewList
Description
Creates a new display list identified by a specified Long number.
Syntax
Sub RFDrawTools.GLNewList(displayID As RFUserDisplayList)
The GLNewList syntax has these parts:
Remarks
- Display list is a set of OpenGL commands that have been stored for subsequent execution. RFDrawTools.GLNewList and RFDrawTools.GLEndList methods create or replace a display list.
- displayeID that is allowed for client program to use is defined in RFUserDisplayList constant data type.
Note
- Refer to the Microsoft OpenGL Platform SDK reference manual for more details.
Return to Rapidform Index