Uses of Interface
crystalspace.jbind.interfaces.ivideo.effects.efpass.iEffectPass

Packages that use iEffectPass
crystalspace.jbind.impl.video.effects.efpass   
crystalspace.jbind.impl.video.effects.eftech   
crystalspace.jbind.interfaces.ivideo.effects.eftech   
 

Uses of iEffectPass in crystalspace.jbind.impl.video.effects.efpass
 

Classes in crystalspace.jbind.impl.video.effects.efpass that implement iEffectPass
 class csEffectPass
           
 

Uses of iEffectPass in crystalspace.jbind.impl.video.effects.eftech
 

Methods in crystalspace.jbind.impl.video.effects.eftech that return iEffectPass
 iEffectPass csEffectTechnique.createPass()
           
 iEffectPass csEffectTechnique.getPass(int pass)
           
 

Uses of iEffectPass in crystalspace.jbind.interfaces.ivideo.effects.eftech
 

Methods in crystalspace.jbind.interfaces.ivideo.effects.eftech that return iEffectPass
 iEffectPass iEffectTechnique.createPass()
          Create a new pass.
 iEffectPass iEffectTechnique.getPass(int pass)
          Return a specific pass.