Panda3D
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
}
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
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
wdxGraphicsPipe9.h
PANDA 3D SOFTWARE Copyright (c) Carnegie Mellon University.
config_dxgsg9.h
PANDA 3D SOFTWARE Copyright (c) Carnegie Mellon University.
pandadx9.h
init_libpandadx9
void init_libpandadx9()
Initializes the library.
Definition:
pandadx9.cxx:19
Generated on Mon Sep 14 2020 15:06:43 for Panda3D by
1.8.20