Encode OpenEXR and PNG frames in parallel
This commit is contained in:
@@ -128,6 +128,11 @@ public class Pipelines {
|
||||
@Override
|
||||
public void close() {
|
||||
}
|
||||
|
||||
@Override
|
||||
public boolean isParallelCapable() {
|
||||
return true;
|
||||
}
|
||||
};
|
||||
return new Pipeline<>(worldRenderer, capturer, new DummyProcessor<>(), consumer);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user