C# Class CSPspEmu.Gui.SMAA.Smaa

Inheritance: IDisposable
ファイルを表示 Open project: soywiz/cspspemu Class Usage Examples

Public Methods

Method Description
Dispose ( ) : void
Process ( GLTexture InputColor, GLTexture InputDepth ) : GLTexture
Smaa ( ) : System

Private Methods

Method Description
SetSize ( int Width, int Height ) : Smaa
edge_pass ( GLTexture albedo_tex, GLTexture depthTex ) : GLTexture
pass_blend ( GLTexture edge_tex ) : GLTexture
pass_neighborhood ( GLTexture albedo_tex, GLTexture blend_tex ) : GLTexture

Method Details

Dispose() public method

public Dispose ( ) : void
return void

Process() public method

public Process ( GLTexture InputColor, GLTexture InputDepth ) : GLTexture
InputColor GLTexture
InputDepth GLTexture
return GLTexture

Smaa() public method

public Smaa ( ) : System
return System