Panda3D
pandagl.h
Go to the documentation of this file.
1 /**
2  * @file pandagl.h
3  * @author drose
4  * @date 2001-01-02
5  */
6 
7 #ifndef PANDAGL_H
8 #define PANDAGL_H
9 
10 #include "pandabase.h"
11 
12 EXPCL_PANDAGL void init_libpandagl();
13 extern "C" EXPCL_PANDAGL int get_pipe_type_pandagl();
14 
15 #endif
EXPCL_PANDAGL int get_pipe_type_pandagl()
Returns the TypeHandle index of the recommended graphics pipe type defined by this module.
Definition: pandagl.cxx:63
PANDA 3D SOFTWARE Copyright (c) Carnegie Mellon University.
EXPCL_PANDAGL void init_libpandagl()
Initializes the library.
Definition: pandagl.cxx:40