C# Class shader.WaveBlur

"Wave" vertex shader + "blur" fragment shader
Inheritance: Effect
Mostrar archivo Open project: SFML/SFML.Net

Public Methods

Method Description
WaveBlur ( ) : System

Protected Methods

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

Method Details

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

WaveBlur() public method

public WaveBlur ( ) : System
return System