SoGLDisplayListGetCompileAndExecute Method |
Returns true if current display list mode is GL_COMPILE_AND_EXECUTE.
Namespace: OIV.Inventor.OglObjectsAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 9.9.13.0 (9.9.13.0)
Syntaxpublic bool GetCompileAndExecute()
Public Function GetCompileAndExecute As Boolean
public:
bool GetCompileAndExecute()
member GetCompileAndExecute : unit -> bool
Return Value
Type:
Boolean
RemarksDefault is COMPILE_AND_EXECUTE.
See Also