SoGLFormatSetAccumBufferEnabled Method |
Sets the accumulation buffer state of this format.
Namespace: OIV.Inventor.DevicesAssembly: OIV.Inventor.GL (in OIV.Inventor.GL.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax public void SetAccumBufferEnabled(
bool enabled
)
Public Sub SetAccumBufferEnabled (
enabled As Boolean
)
public:
void SetAccumBufferEnabled(
bool enabled
)
member SetAccumBufferEnabled :
enabled : bool -> unit
Parameters
- enabled
- Type: SystemBoolean
Remarks See Also