Panda3D
pandagles2.h
Go to the documentation of this file.
1 /**
2  * @file pandagles2.h
3  * @author rdb
4  * @date 2009-06-16
5  */
6 
7 #ifndef PANDAGLES2_H
8 #define PANDAGLES2_H
9 
10 #include "pandabase.h"
11 
12 EXPCL_PANDAGLES2 void init_libpandagles2();
13 extern "C" EXPCL_PANDAGLES2 int get_pipe_type_pandagles2();
14 
15 #endif
PANDA 3D SOFTWARE Copyright (c) Carnegie Mellon University.
EXPCL_PANDAGLES2 int get_pipe_type_pandagles2()
Returns the TypeHandle index of the recommended graphics pipe type defined by this module.
Definition: pandagles2.cxx:32
EXPCL_PANDAGLES2 void init_libpandagles2()
Initializes the library.
Definition: pandagles2.cxx:22