Add depth map export (closes #371)
This commit is contained in:
@@ -1,9 +1,10 @@
|
||||
package com.replaymod.render.rendering;
|
||||
|
||||
import java.io.Closeable;
|
||||
import java.util.Map;
|
||||
|
||||
public interface FrameConsumer<P extends Frame> extends Closeable {
|
||||
|
||||
void consume(P frame);
|
||||
void consume(Map<Channel, P> channels);
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user