SoGLFormatSetFloatColorBufferEnabled Method |
Sets the Float color 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 SetFloatColorBufferEnabled(
bool enable
)
Public Sub SetFloatColorBufferEnabled (
enable As Boolean
)
public:
void SetFloatColorBufferEnabled(
bool enable
)
member SetFloatColorBufferEnabled :
enable : bool -> unit
Parameters
- enable
- Type: SystemBoolean
Remarks See Also