Click or drag to resize

Framebuffer Class

A framebuffer
Inheritance Hierarchy

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

The Framebuffer type exposes the following members.

Constructors
  NameDescription
Public methodFramebuffer
Creates a framebuffer.
Top
Properties
  NameDescription
Public propertyAlphaBits
Get the number of alpha bitplanes in the color buffer of the framebuffer.
Public propertyBlueBits
Get the number of blue bitplanes in the color buffer of the framebuffer.
Public propertyColorReadFormat
Get the format chosen by the implementation in which pixels may be read from the color buffer of the currently bound framebuffer in conjunction with ColorReadType.
Public propertyColorReadType
Get the type chosen by the implementation with which pixels may be read from the color buffer of the currently bound framebuffer in conjunction with ColorReadFormat.
Public propertyCompletenessStatus
Return the framebuffer completeness status.
Public propertyStatic memberCurrent
Returns the current framebuffer.
Public propertyDepthBits
Get the number of bitplanes in the depth buffer of the framebuffer.
Public propertyGreenBits
Get the number of green bitplanes in the color buffer of the framebuffer.
Public propertyHandle
Internal OpenGL handle to the object
(Inherited from GLObject.)
Public propertyIsBound
Checks if this framebuffer is currently bound.
Public propertyRedBits
Get the number of red bitplanes in the color buffer of the framebuffer.
Public propertySampleBuffers
Get the number of sample buffers associated with the framebuffer.
Public propertySamples
Get the coverage mask size of the framebuffer.
Public propertyStencilBits
Get the number of bitplanes in the stencil buffer of the framebuffer.
Top
Methods
  NameDescription
Public methodAttachRenderbuffer
Attach a renderbuffer to this framebuffer.
Public methodAttachTexture
Attach a texture to this framebuffer.
Public methodBind
Binds the framebuffer.
Public methodDetachRenderbuffer
Detach a renderbuffer from this framebuffer.
Public methodDetachTexture
Detach a texture from this framebuffer.
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 framebuffer.
(Overrides GLObjectDisposeHandle.)
Public methodEquals
Checks if this object matches another object.
(Inherited from GLObject.)
Protected methodFinalize
Finalizes the object
(Inherited from GLObject.)
Public methodGetAttachedCubeMapFace
Returns the cube map face of the cube-map texture attached to an attachment point of the framebuffer.
Public methodGetAttachedObjectType
Returns the type of object attached to an attachment point of the framebuffer.
Public methodGetAttachedRenderbuffer
Returns the renderbuffer attached to an attachment point of the framebuffer.
Public methodGetAttachedTexture
Returns the texture attached to an attachment point of the framebuffer.
Public methodGetAttachedTextureLevel
Returns the mipmap level of the texture attached to an attachment point of the framebuffer.
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 methodReadPixelsT
Read a block of pixels from the frame buffer.
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Fields
  NameDescription
Protected field_handle
Internal OpenGL handle
(Inherited from GLObject.)
Top
See Also