Panda3D
Loading...
Searching...
No Matches
pandagles.h
Go to the documentation of this file.
1/**
2 * @file pandagles.h
3 * @author rdb
4 * @date 2009-06-08
5 */
6
7#ifndef PANDAGLES_H
8#define PANDAGLES_H
9
10#include "pandabase.h"
11
12EXPCL_PANDAGLES void init_libpandagles();
13extern "C" EXPCL_PANDAGLES int get_pipe_type_pandagles();
14
15#endif
PANDA 3D SOFTWARE Copyright (c) Carnegie Mellon University.
EXPCL_PANDAGLES int get_pipe_type_pandagles()
Returns the TypeHandle index of the recommended graphics pipe type defined by this module.
Definition pandagles.cxx:42
EXPCL_PANDAGLES void init_libpandagles()
Initializes the library.
Definition pandagles.cxx:27