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