#include <graphicsThreadingModel.h>
Private Member Functions | |
INLINE | GraphicsThreadingModel (const GraphicsThreadingModel ©) |
INLINE void | operator= (const GraphicsThreadingModel ©) |
string | get_model () const |
INLINE const string & | get_cull_name () const |
INLINE const string & | get_draw_name () const |
INLINE bool | get_cull_sorting () const |
INLINE bool | is_single_threaded () const |
INLINE bool | is_default () const |
INLINE void | output (ostream &out) const |
Private Attributes | |
PUBLISHED | __pad0__: GraphicsThreadingModel(const string &model = string()) |
string | _cull_name |
string | _draw_name |
bool | _cull_sorting |
|
|
|
Referenced by get_model(). |
|
Referenced by get_model(). |
|
Referenced by get_model(), and GraphicsEngine::make_window(). |
|
Definition at line 80 of file graphicsThreadingModel.cxx. References get_cull_name(), get_cull_sorting(), and get_draw_name(). |
|
|
|
|
|
|
|
|
|
Definition at line 31 of file graphicsThreadingModel.h. |
|
Definition at line 45 of file graphicsThreadingModel.h. |
|
Definition at line 47 of file graphicsThreadingModel.h. |
|
Definition at line 46 of file graphicsThreadingModel.h. |