C# Class shader.Pixelate

"Pixelate" fragment shader
Inheritance: Effect
Afficher le fichier Open project: SFML/SFML.Net

Méthodes publiques

Méthode Description
Pixelate ( ) : System

Méthodes protégées

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

Method Details

OnDraw() protected méthode

protected OnDraw ( RenderTarget target, RenderStates states ) : void
target RenderTarget
states SFML.Graphics.RenderStates
Résultat void

OnUpdate() protected méthode

protected OnUpdate ( float time, float x, float y ) : void
time float
x float
y float
Résultat void

Pixelate() public méthode

public Pixelate ( ) : System
Résultat System