OpenTK.Graphics.GraphicsMode Members

The members of OpenTK.Graphics.GraphicsMode are listed below.

See Also: Inherited members from System.Object

Public Constructors

Constructs a new GraphicsMode with sensible default parameters.
Constructs a new GraphicsMode with the specified parameters.
Constructs a new GraphicsMode with the specified parameters.
Constructs a new GraphicsMode with the specified parameters.
Constructs a new GraphicsMode with the specified parameters.
Constructs a new GraphicsMode with the specified parameters.
Constructs a new GraphicsMode with the specified parameters.
Constructs a new GraphicsMode with the specified parameters.

Public Properties

[read-only]
AccumulatorFormatXamarin.iOS.dll=OpenTK.Graphics.ColorFormat. Gets an OpenTK.Graphics.ColorFormat that describes the accumulator format for this GraphicsFormat.
[read-only]
Buffersint. Gets a System.Int32 containing the number of buffers associated with this DisplayMode.
[read-only]
ColorFormatXamarin.iOS.dll=OpenTK.Graphics.ColorFormat. Gets an OpenTK.Graphics.ColorFormat that describes the color format for this GraphicsFormat.
[read-only]
static
DefaultXamarin.iOS.dll=OpenTK.Graphics.GraphicsMode. Returns an OpenTK.GraphicsFormat compatible with the underlying platform.
[read-only]
Depthint. Gets a System.Int32 that contains the bits per pixel for the depth buffer for this GraphicsFormat.
IndexNullable<IntPtr>. Gets a nullable IntPtr value, indicating the platform-specific index for this GraphicsMode.
[read-only]
Samplesint. Gets a System.Int32 that contains the number of FSAA samples per pixel for this GraphicsFormat.
[read-only]
Stencilint. Gets a System.Int32 that contains the bits per pixel for the stencil buffer of this GraphicsFormat.
[read-only]
Stereobool. Gets a System.Boolean indicating whether this DisplayMode is stereoscopic.

Public Methods

override
Equals(object) : bool
Documentation for this section has not yet been entered.
Equals(Xamarin.iOS.dll=OpenTK.Graphics.GraphicsMode) : bool
Documentation for this section has not yet been entered.
override
GetHashCode() : int
Documentation for this section has not yet been entered.
override
ToString() : string
Returns a System.String describing the current GraphicsFormat.