C# Class GLSharp.Graphics.Effects.DepthEffect

Inheritance: IPostProcessEffect
Afficher le fichier Open project: colin-dumitru/GLSharp

Méthodes publiques

Méthode Description
DepthEffect ( ) : System
Init ( ITexture diffuse, ITexture normal, ITexture position, ITexture accumulation ) : void
Render ( RenderGroup previous ) : RenderGroup
Reset ( IGraphics graphics ) : void

Private Methods

Méthode Description
BindMotionBlurShader ( RenderGroup current ) : void

Method Details

DepthEffect() public méthode

public DepthEffect ( ) : System
Résultat System

Init() public méthode

public Init ( ITexture diffuse, ITexture normal, ITexture position, ITexture accumulation ) : void
diffuse ITexture
normal ITexture
position ITexture
accumulation ITexture
Résultat void

Render() public méthode

public Render ( RenderGroup previous ) : RenderGroup
previous GLSharp.Graphics.Core.RenderGroup
Résultat GLSharp.Graphics.Core.RenderGroup

Reset() public méthode

public Reset ( IGraphics graphics ) : void
graphics IGraphics
Résultat void