C# Class PixelFarm.DrawingGL.FrameBuffer

Inheritance: IDisposable
Show file Open project: prepare/HTML-Renderer Class Usage Examples

Public Methods

Method Description
Dispose ( ) : void
FrameBuffer ( int w, int h ) : System

Private Methods

Method Description
InitFrameBuffer ( ) : void
MakeCurrent ( ) : void
ReleaseCurrent ( ) : void
UpdateTexture ( ) : void

Method Details

Dispose() public method

public Dispose ( ) : void
return void

FrameBuffer() public method

public FrameBuffer ( int w, int h ) : System
w int
h int
return System