15 #ifndef GRAPHICSTHREADINGMODEL_H
16 #define GRAPHICSTHREADINGMODEL_H
18 #include "pandabase.h"
29 INLINE
void operator = (
const GraphicsThreadingModel ©);
31 string get_model()
const;
32 INLINE
const string &get_cull_name()
const;
33 INLINE
void set_cull_name(
const string &cull_name);
34 INLINE
int get_cull_stage()
const;
36 INLINE
const string &get_draw_name()
const;
37 INLINE
void set_draw_name(
const string &cull_name);
38 INLINE
int get_draw_stage()
const;
40 INLINE
bool get_cull_sorting()
const;
41 INLINE
void set_cull_sorting(
bool cull_sorting);
43 INLINE
bool is_single_threaded()
const;
44 INLINE
bool is_default()
const;
45 INLINE
void output(ostream &out)
const;
60 #include "graphicsThreadingModel.I"
This represents the user's specification of how a particular frame is handled by the various threads...