Panda3D
Loading...
Searching...
No Matches
pandadx9.cxx
Go to the documentation of this file.
1/**
2 * @file pandadx9.cxx
3 * @author masad
4 * @date 2004-01-15
5 */
6
7#include "pandadx9.h"
8
9#include "config_dxgsg9.h"
10#include "wdxGraphicsPipe9.h"
11
12/**
13 * Initializes the library. This must be called at least once before any of
14 * the functions or classes in this library can be used. Normally it will be
15 * called by the static initializers and need not be called explicitly, but
16 * special cases exist.
17 */
18void
22
23/**
24 * Returns the TypeHandle index of the recommended graphics pipe type defined
25 * by this module.
26 */
27int
29 return wdxGraphicsPipe9::get_class_type().get_index();
30}
get_index
Returns the integer index associated with this TypeHandle.
Definition typeHandle.h:135
void init_libdxgsg9()
Initializes the library.
PANDA 3D SOFTWARE Copyright (c) Carnegie Mellon University.
int get_pipe_type_pandadx9()
Returns the TypeHandle index of the recommended graphics pipe type defined by this module.
Definition pandadx9.cxx:28
void init_libpandadx9()
Initializes the library.
Definition pandadx9.cxx:19
PANDA 3D SOFTWARE Copyright (c) Carnegie Mellon University.