Only include resolutions with 2 buffers
FossilOrigin-Name: 657aecaa88446eb91d1a58fff2169d8c698528c22a4b5ba9197fb0a1316d70cc
This commit is contained in:
parent
ccef3f6323
commit
bee59f3938
4 changed files with 47 additions and 12 deletions
|
@ -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];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue