SoGLFormatSetSampleBuffersEnabled Method |
Sets the sample buffers 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 SetSampleBuffersEnabled(
bool enable
)
Public Sub SetSampleBuffersEnabled (
enable As Boolean
)
public:
void SetSampleBuffersEnabled(
bool enable
)
member SetSampleBuffersEnabled :
enable : bool -> unit
Parameters
- enable
- Type: SystemBoolean
Remarks See Also