use of com.b3dgs.lionengine.graphic.filter.FilterHq3x in project lionengine by b3dgs.
the class LoaderTest method testFilterHq3x.
/**
* Test with a hq3x filter.
*/
@Test
void testFilterHq3x() {
final Resolution output = new Resolution(960, 720, 60);
final Config config = new Config(output, 16, false);
Loader.start(config, SequenceFilterMock.class, new FilterHq3x()).await();
}
Aggregations