OGLplus (0.52.0) a C++ wrapper for OpenGL

oglplus::ExampleParams Struct Reference

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.
 

Detailed Description

Run-time parameters for example instances.


The documentation for this struct was generated from the following file:
  • /home/chochlik/devel/oglplus/example/oglplus/example.hpp

Copyright © 2010-2014 Matúš Chochlík, University of Žilina, Žilina, Slovakia.
<matus.chochlik -at- fri.uniza.sk>
<chochlik -at -gmail.com>
Documentation generated on Mon Sep 22 2014 by Doxygen (version 1.8.6).