Panda3D
Loading...
Searching...
No Matches
panda
metalibs
pandadx9
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
*/
18
void
19
init_libpandadx9
() {
20
init_libdxgsg9
();
21
}
22
23
/**
24
* Returns the TypeHandle index of the recommended graphics pipe type defined
25
* by this module.
26
*/
27
int
28
get_pipe_type_pandadx9
() {
29
return
wdxGraphicsPipe9::get_class_type().
get_index
();
30
}
TypeHandle::get_index
get_index
Returns the integer index associated with this TypeHandle.
Definition
typeHandle.h:135
init_libdxgsg9
void init_libdxgsg9()
Initializes the library.
Definition
config_dxgsg9.cxx:246
config_dxgsg9.h
PANDA 3D SOFTWARE Copyright (c) Carnegie Mellon University.
get_pipe_type_pandadx9
int get_pipe_type_pandadx9()
Returns the TypeHandle index of the recommended graphics pipe type defined by this module.
Definition
pandadx9.cxx:28
init_libpandadx9
void init_libpandadx9()
Initializes the library.
Definition
pandadx9.cxx:19
pandadx9.h
wdxGraphicsPipe9.h
PANDA 3D SOFTWARE Copyright (c) Carnegie Mellon University.
Generated on Mon Jan 8 2024 17:18:36 for Panda3D by
1.10.0