SoGLDisplayListSetCompileAndExecute Method |
Sets whether to use GL_COMPILE or GL_COMPILE_AND_EXECUTE mode for display lists.
Namespace: OIV.Inventor.OglObjectsAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 9.9.13.0 (9.9.13.0)
Syntaxpublic void SetCompileAndExecute(
bool flag
)
Public Sub SetCompileAndExecute (
flag As Boolean
)
public:
void SetCompileAndExecute(
bool flag
)
member SetCompileAndExecute :
flag : bool -> unit
Parameters
- flag
- Type: SystemBoolean
RemarksDefault is COMPILE_AND_EXECUTE.
See Also