General
Images
Pixel Formats:
- L- Luminance.
- LA - Luminance, alpha.
- RGB - Red, green, blue.
- RGBA - Red, green, blue alpha.
Pixel Types:
- U8 - 8-bit unsigned integer.
- U10 - 10-bit unsigned integer.
- U16 - 16-bit unsigned integer.
- F16 - 16-bit floating point.
- F32 - 32-bit floating point.
Command Line
OpenGL Options:
|
-gl_fixed |
Fixed function pipeline (OpenGL 1.2). |
|
-gl_texture_tile (width) (height) |
Texture tile size. Default: 256 256. |
|
-gl_texture_dbg |
Debug texture tiling. |
|
-gl_offscreen_tile (width) (height) |
Offscreen rendering tile size. Default: 256 256. |
|
-gl_offscreen_share (value) |
Share offscreen rendering contexts. Default: False. |
General Options:
|
-help, -h
| Display help message. |
|
-info |
Display information message. |
|
-about |
Display about message. |
Command line options are case-insensitive.
|