SoGLFormatSetDepthBits Method |
Sets the depth buffer bits 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 SetDepthBits(
int bits
)
Public Sub SetDepthBits (
bits As Integer
)
public:
void SetDepthBits(
int bits
)
member SetDepthBits :
bits : int -> unit
Parameters
- bits
- Type: SystemInt32
Remarks See Also