| 58 | }; |
| 59 | |
| 60 | static void prepareSettings( App::Settings *settings ) |
| 61 | { |
| 62 | settings->disableFrameRate(); |
| 63 | |
| 64 | settings->setWindowSize( 1024, 768 ); |
| 65 | settings->setTitle( "OpenGL Core Profile - Normal Mapping Demo" ); |
| 66 | } |
| 67 | |
| 68 | class NormalMappingApp : public App { |
| 69 |
nothing calls this directly
no test coverage detected