Click or drag to resize
SoGLDisplayListSetCompileAndExecute Method

Sets whether to use GL_COMPILE or GL_COMPILE_AND_EXECUTE mode for display lists.

Namespace: OIV.Inventor.OglObjects
Assembly: OIV.Inventor (in OIV.Inventor.dll) Version: 9.9.13.0 (9.9.13.0)
Syntax
public void SetCompileAndExecute(
	bool flag
)

Parameters

flag
Type: SystemBoolean
Remarks

Default is COMPILE_AND_EXECUTE.

See Also