Click or drag to resize
SbGraphicsCapabilities Class

List of common graphics capabilities set by Open Inventor.

Inheritance Hierarchy
SystemObject
  OIV.InventorSoNetBase
    OIV.Inventor.HelpersSbGraphicsCapabilities
      OIV.Inventor.HelpersSbGPUCapabilities

Namespace: OIV.Inventor.Helpers
Assembly: OIV.Inventor.Base (in OIV.Inventor.Base.dll) Version: 2024.1.1.0 (2024.1.1)
Syntax
public class SbGraphicsCapabilities : SoNetBase

The SbGraphicsCapabilities type exposes the following members.

Constructors
  NameDescription
Public methodSbGraphicsCapabilities
Initializes a new instance of the SbGraphicsCapabilities class
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Public methodGetHashCode
Overrides GetHashCode().
(Inherited from SoNetBase.)
Public methodGetMaxClipPlanes

Maximum number of clip plane allowed.

Public methodGetMaxColorTargets

Maximum number of color target allowed.

Public methodGetMaxDrawBuffers

Maximum number of draw buffers allowed.

Public methodGetMaxHardwareLights

Maximum number of light allowed.

Public methodGetMaxImageUnits

Maximum number of image unit allowed.

Public methodGetMaxTextureCoords

Maximum number of texCoord allowed.

Public methodGetMaxTextureUnits

Maximum number of tex unit allowed.

Public methodGetMinGLSLVersion

Minimum version of GLSL supported.

Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Remarks

See Also