![]() |
![]() |
![]() |
V_Sim API - Reference Manual | ![]() |
---|---|---|---|---|
When using OpenGL list, one must specify ids. This module can return unused ids when needed.
int openGLObjectList_new (int size);
It returns the id that can be used to link glObjectList. This number is also added to the list of glObjectList to be displayed. The size parameter is the number of lists that could be used by the user for this glObjectList. Then the next call to this function will return the last value plus the size plus one.
|
the requested size. |
Returns : |
an identifier used by OpenGl as a list. |