Method GLUE.List()->compile()
classGLUE.List
- Method
compile
voidcompile(function(:void)f)- Description
Compile a list be executing the list code
f. Exceptions infwill be thrown after GL.glEndList has been called.- See also
class GLUE.Listvoid compile(function(:void) f)
Compile a list be executing the list code f. Exceptions in
f will be thrown after GL.glEndList has been called.