14 #ifndef GRAPHICSTHREADINGMODEL_H 15 #define GRAPHICSTHREADINGMODEL_H 29 std::string get_model()
const;
30 INLINE
const std::string &get_cull_name()
const;
31 INLINE
void set_cull_name(
const std::string &cull_name);
32 INLINE
int get_cull_stage()
const;
34 INLINE
const std::string &get_draw_name()
const;
35 INLINE
void set_draw_name(
const std::string &cull_name);
36 INLINE
int get_draw_stage()
const;
38 INLINE
bool get_cull_sorting()
const;
39 INLINE
void set_cull_sorting(
bool cull_sorting);
41 INLINE
bool is_single_threaded()
const;
42 INLINE
bool is_default()
const;
43 INLINE
void output(std::ostream &out)
const;
49 std::string _cull_name;
51 std::string _draw_name;
PANDA 3D SOFTWARE Copyright (c) Carnegie Mellon University.
PANDA 3D SOFTWARE Copyright (c) Carnegie Mellon University.
This represents the user's specification of how a particular frame is handled by the various threads.