Click or drag to resize

Renderbuffer Class

A renderbuffer.
Inheritance Hierarchy

Namespace:  Ooogles
Assembly:  Ooogles (in Ooogles.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public class Renderbuffer : GLObject

The Renderbuffer type exposes the following members.

Constructors
  NameDescription
Public methodRenderbuffer
Creates a renderbuffer.
Top
Properties
  NameDescription
Public propertyAlphaSize
Gets the resolution in bits for the alpha component.
Public propertyBlueSize
Gets the resolution in bits for the blue component.
Public propertyBufferFormat
Gets the format of the renderbuffer.
Public propertyStatic memberCurrent
Get the renderbuffer that is currently bound.
Public propertyDepthSize
Gets the resolution in bits for the depth component.
Public propertyGreenSize
Gets the resolution in bits for the green component.
Public propertyHandle
Internal OpenGL handle to the object
(Inherited from GLObject.)
Public propertyHeight
Gets the height of the renderbuffer.
Public propertyIsBound
Checks if this renderbuffer is currently bound.
Public propertyStatic memberMaxRenderbufferSize
Get the largest renderbuffer width and height that the "GL can handle.
Public propertyRedSize
Gets the resolution in bits for the red component.
Public propertyStencilSize
Gets the resolution in bits for the stencil component.
Public propertyWidth
Gets the width of the renderbuffer.
Top
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
Fields
  NameDescription
Protected field_handle
Internal OpenGL handle
(Inherited from GLObject.)
Top
Remarks
Serves as storage for a Framebuffer.
See Also