net.jinx.video.multipass
Interface Pass

All Known Implementing Classes:
TranslucentPass

public interface Pass



API Stability: Beta.


Method Summary
 void begin(Context context)
          Called at the start of the Pass.
 void end(Context context)
          Called at the end of the Pass.
 

Method Detail

begin

void begin(Context context)
Called at the start of the Pass. This method should be used for any setup this Pass requires.


end

void end(Context context)
Called at the end of the Pass. This method should be used for any clean up this Pass requires.