Panda3D
pandadx9.h
Go to the documentation of this file.
1 /**
2  * @file pandadx9.h
3  * @author masad
4  * @date 2004-01-15
5  */
6 
7 #ifndef PANDADX9_H
8 #define PANDADX9_H
9 
10 #include "pandabase.h"
11 
12 EXPCL_PANDADX void init_libpandadx9();
13 extern "C" EXPCL_PANDADX int get_pipe_type_pandadx9();
14 
15 #endif
PANDA 3D SOFTWARE Copyright (c) Carnegie Mellon University.
EXPCL_PANDADX int get_pipe_type_pandadx9()
Returns the TypeHandle index of the recommended graphics pipe type defined by this module.
Definition: pandadx9.cxx:28
EXPCL_PANDADX void init_libpandadx9()
Initializes the library.
Definition: pandadx9.cxx:19