Click or drag to resize

Renderbuffer Methods

The Renderbuffer type exposes the following members.

Methods
  NameDescription
Public methodBind
Binds the renderbuffer.
Public methodDispose
Disposes of the OpenGL object
(Inherited from GLObject.)
Protected methodDispose(Boolean)
Disposes of the OpenGL object
(Inherited from GLObject.)
Protected methodDisposeHandle
Deletes the renderbuffer.
(Overrides GLObjectDisposeHandle.)
Public methodEquals
Checks if this object matches another object.
(Inherited from GLObject.)
Protected methodFinalize
Finalizes the object
(Inherited from GLObject.)
Public methodGetHashCode
Returns a hash code for this object
(Inherited from GLObject.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodStorage
Create and initialize a renderbuffer object's data store.
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Public methodUnbind
Unbinds the renderbuffer.
Top
See Also