C# Class Glare.Graphics.FrameBuffer

A configuration of RenderBuffer and Texture objects that can be rendered to.
Inheritance: GraphicsResource
Show file Open project: Burton-Radons/Alexandria Class Usage Examples

Public Methods

Method Description
FrameBuffer ( ) : System

Protected Methods

Method Description
DisposeBase ( ) : void

Private Methods

Method Description
AllocateId ( ) : int
Bind ( ) : FrameBufferBinding
GLBind ( ) : int
GLUnbind ( int old ) : void

Method Details

DisposeBase() protected method

protected DisposeBase ( ) : void
return void

FrameBuffer() public method

public FrameBuffer ( ) : System
return System