Click or drag to resize
SoGLGraphicConfig Methods

The SoGLGraphicConfig type exposes the following members.

Methods
  NameDescription
Public methodEquals (Inherited from Object.)
Public methodGetAccum

Returns the accumulation buffer depth (red, green, blue, and alpha).

Public methodGetDepth

Returns the Z-buffer depth.

Public methodGetFloatRGBAColor

Returns the floating point color depth (red, green, blue, and alpha).

Public methodGetFullSceneAntialiasing

Public methodGetHashCode
Overrides GetHashCode().
(Inherited from SoNetBase.)
Public methodGetRGBAColor

Returns the color depth (red, green, blue, and alpha).

Public methodGetStencil

Returns the stencil buffer depth.

Public methodGetType (Inherited from Object.)
Public methodIsAccelerated

Returns true if the OpenGL graphics configuration is accelerated.

Public methodIsDoubleBuffer

Returns true if double-buffer mode is enabled, else false (single-buffer mode).

Public methodIsStereoBuffer

Returns true if stereo buffer mode is supported.

Public methodToString (Inherited from Object.)
Top
See Also