C# Class SparrowSharp.Filters.EmptyFilter

Empty filter that does nothing. Used for testing; you can use its code to make custom filters.
Inheritance: FragmentFilter
Datei anzeigen Open project: fmotagarcia/sparrow-sharp

Protected Methods

Method Description
ActivateWithPass ( int pass, Texture texture, Matrix mvpMatrix ) : void
CreatePrograms ( ) : void

Method Details

ActivateWithPass() protected method

protected ActivateWithPass ( int pass, Texture texture, Matrix mvpMatrix ) : void
pass int
texture Sparrow.Textures.Texture
mvpMatrix Sparrow.Geom.Matrix
return void

CreatePrograms() protected method

protected CreatePrograms ( ) : void
return void