C# Class shader.Edge

"Edge" post-effect fragment shader
Inheritance: Effect
Show file Open project: SFML/SFML.Net

Public Methods

Method Description
Edge ( ) : System

Protected Methods

Method Description
OnDraw ( RenderTarget target, RenderStates states ) : void
OnUpdate ( float time, float x, float y ) : void

Method Details

Edge() public method

public Edge ( ) : System
return System

OnDraw() protected method

protected OnDraw ( RenderTarget target, RenderStates states ) : void
target RenderTarget
states SFML.Graphics.RenderStates
return void

OnUpdate() protected method

protected OnUpdate ( float time, float x, float y ) : void
time float
x float
y float
return void