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