C# 클래스 CSPspEmu.Gui.SMAA.Smaa

상속: IDisposable
파일 보기 프로젝트 열기: soywiz/cspspemu 1 사용 예제들

공개 메소드들

메소드 설명
Dispose ( ) : void
Process ( GLTexture InputColor, GLTexture InputDepth ) : GLTexture
Smaa ( ) : System

비공개 메소드들

메소드 설명
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

메소드 상세

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

Process() 공개 메소드

public Process ( GLTexture InputColor, GLTexture InputDepth ) : GLTexture
InputColor GLTexture
InputDepth GLTexture
리턴 GLTexture

Smaa() 공개 메소드

public Smaa ( ) : System
리턴 System