|
Oxygine
1
2g game engine
|
Public Types | |
| enum | { flag_singleR2T = 1, flag_fullscreen = 1 << 1, flag_screen = 1 << 2 } |
Public Member Functions | |
| PostProcessOptions (int flags=0) | |
| PostProcessOptions & | fullscreen (bool enable=true) |
| PostProcessOptions & | singleRender (bool enable=true) |
| PostProcessOptions & | downscale (int loops=2) |
| PostProcessOptions & | clear (const Color &c) |
Public Attributes | |
| int | _flags |
| int | _downscale |
| Color | _clearColor |
1.8.14