| 97 | }; |
| 98 | |
| 99 | void PostProcessingAAApp::prepare( App::Settings *settings ) |
| 100 | { |
| 101 | settings->disableFrameRate(); |
| 102 | settings->setWindowSize( 1280, 720 ); |
| 103 | } |
| 104 | |
| 105 | void PostProcessingAAApp::setup() |
| 106 | { |
nothing calls this directly
no test coverage detected