| FrameBuffer Structure | 
Namespace: Internal.SharpBgfx
 Syntax
Syntaxpublic struct FrameBuffer : IDisposable, IEquatable<FrameBuffer>
The FrameBuffer type exposes the following members.
 Constructors
Constructors| Name | Description | |
|---|---|---|
|  | FrameBuffer(Attachment, Boolean) | 
            Initializes a new instance of the FrameBuffer struct.
             | 
|  | FrameBuffer(Texture, Boolean) | 
            Initializes a new instance of the FrameBuffer struct.
             | 
|  | FrameBuffer(BackbufferRatio, TextureFormat, TextureFlags) | 
            Initializes a new instance of the FrameBuffer struct.
             | 
|  | FrameBuffer(Int32, Int32, TextureFormat, TextureFlags) | 
            Initializes a new instance of the FrameBuffer struct.
             | 
|  | FrameBuffer(IntPtr, Int32, Int32, TextureFormat, TextureFormat) | 
            Initializes a new instance of the FrameBuffer struct.
             | 
 Methods
Methods| Name | Description | |
|---|---|---|
|  | Dispose | 
            Releases the frame buffer.
             | 
|  | Equals(Object) | 
            Determines whether the specified Object is equal to this instance.
            (Overrides ValueTypeEquals(Object).) | 
|  | Equals(FrameBuffer) | 
            Determines whether the specified object is equal to this instance.
             | 
|  | GetHashCode | 
            Returns a hash code for this instance.
            (Overrides ValueTypeGetHashCode.) | 
|  | GetTexture | 
            Gets the texture associated with a particular framebuffer attachment.
             | 
|  | GetType | Gets the Type of the current instance.(Inherited from Object.) | 
|  | SetName | 
            Sets the name of the frame buffer, for debug display purposes.
             | 
|  | ToString | 
            Returns a String that represents this instance.
            (Overrides ValueTypeToString.) | 
 Operators
Operators| Name | Description | |
|---|---|---|
|   | Equality | 
            Implements the equality operator.
             | 
|   | Inequality | 
            Implements the inequality operator.
             | 
 Fields
Fields Extension Methods
Extension Methods| Name | Description | |
|---|---|---|
|  | MethodInvoke | 
            Calls the object method by name.
            (Defined by ObjectEx.) | 
|  | PropertyGet(String, Object, Boolean) | Overloaded. 
            Gets the value of the object property by name.
            (Defined by ObjectEx.) | 
|  | PropertyGetT(String, Object, Boolean) | Overloaded. 
            Gets the value of the object property by name.
            (Defined by ObjectEx.) | 
|  | PropertySet | 
            Sets the value of the object property by name.
            (Defined by ObjectEx.) | 
 See Also
See Also