| | 256 | arguments.getApplicationUsage()->addCommandLineOption("--fbo","Use Frame Buffer Object for render to texture, where supported."); |
| | 257 | arguments.getApplicationUsage()->addCommandLineOption("--fb","Use FrameBuffer for render to texture."); |
| | 258 | arguments.getApplicationUsage()->addCommandLineOption("--pbuffer","Use Pixel Buffer for render to texture, where supported."); |
| | 259 | arguments.getApplicationUsage()->addCommandLineOption("--window","Use a seperate Window for render to texture."); |
| | 260 | arguments.getApplicationUsage()->addCommandLineOption("--width","Set the width of the render to texture"); |
| | 261 | arguments.getApplicationUsage()->addCommandLineOption("--height","Set the height of the render to texture"); |