Only include resolutions with 2 buffers

FossilOrigin-Name: 657aecaa88446eb91d1a58fff2169d8c698528c22a4b5ba9197fb0a1316d70cc
This commit is contained in:
Jonathan Schleifer 2022-12-25 19:24:13 +00:00
parent ccef3f6323
commit bee59f3938
4 changed files with 47 additions and 12 deletions

View file

@ -31,7 +31,7 @@ OF_APPLICATION_DELEGATE(TestsAppDelegate)
[[[O3DEngine alloc] initWithRenderer: renderer
options: nil] autorelease];
[OFStdOut writeFormat: @"Available resolutions: %@",
[OFStdOut writeFormat: @"Available resolutions: %@\n",
engine.renderer.availableResolutions];
[OFApplication terminate];