Run-time parameters for example instances. More...
#include </home/chochlik/devel/oglplus/example/oglplus/example.hpp>
Public Attributes | |
| int | argc |
| the number of arguments passed on command-line | |
| char ** | argv |
| the arguments strings | |
| float | quality |
| The quality of rendered image (0.0 = low, 0.5 = default, 1.0 = high) | |
| unsigned | num_gpus |
| The number of available GPUs. | |
| unsigned | num_threads |
| The number of offscreen rendering threads (not counting the main thread) | |
| unsigned | max_threads |
| The maximum number of threads. | |
| std::set< unsigned > | compat_context_threads |
| The set of threads for which a compatibility context should be created. | |
Run-time parameters for example instances.