C# Class PixelFarm.DrawingGL.FrameBuffer

Inheritance: IDisposable
Afficher le fichier Open project: prepare/HTML-Renderer Class Usage Examples

Méthodes publiques

Méthode Description
Dispose ( ) : void
FrameBuffer ( int w, int h ) : System

Private Methods

Méthode Description
InitFrameBuffer ( ) : void
MakeCurrent ( ) : void
ReleaseCurrent ( ) : void
UpdateTexture ( ) : void

Method Details

Dispose() public méthode

public Dispose ( ) : void
Résultat void

FrameBuffer() public méthode

public FrameBuffer ( int w, int h ) : System
w int
h int
Résultat System