C# Class PGMEBackend.TemporaryFramebuffer

Inheritance: FrameBuffer
Show file Open project: Diegoisawesome/AwesomeMapEditor-old

Public Methods

Method Description
Commit ( ) : Texture2D
Dispose ( ) : void
TemporaryFramebuffer ( int width, int height ) : System

Method Details

Commit() public method

public Commit ( ) : Texture2D
return Texture2D

Dispose() public method

public Dispose ( ) : void
return void

TemporaryFramebuffer() public method

public TemporaryFramebuffer ( int width, int height ) : System
width int
height int
return System