C# Class CSPspEmu.Gui.SMAA.Smaa

Inheritance: IDisposable
Afficher le fichier Open project: soywiz/cspspemu Class Usage Examples

Méthodes publiques

Méthode Description
Dispose ( ) : void
Process ( GLTexture InputColor, GLTexture InputDepth ) : GLTexture
Smaa ( ) : System

Private Methods

Méthode 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 méthode

public Dispose ( ) : void
Résultat void

Process() public méthode

public Process ( GLTexture InputColor, GLTexture InputDepth ) : GLTexture
InputColor GLTexture
InputDepth GLTexture
Résultat GLTexture

Smaa() public méthode

public Smaa ( ) : System
Résultat System