Panda3D
Loading...
Searching...
No Matches
pandagl.h
Go to the documentation of this file.
1/**
2 * @file pandagl.h
3 * @author drose
4 * @date 2001-01-02
5 */
6
7#ifndef PANDAGL_H
8#define PANDAGL_H
9
10#include "pandabase.h"
11
12EXPCL_PANDAGL void init_libpandagl();
13extern "C" EXPCL_PANDAGL int get_pipe_type_pandagl();
14
15#if defined(HAVE_EGL) && !defined(USE_X11)
16extern "C" EXPCL_PANDAGL int get_pipe_type_p3headlessgl();
17#endif
18
19#endif
PANDA 3D SOFTWARE Copyright (c) Carnegie Mellon University.
EXPCL_PANDAGL int get_pipe_type_pandagl()
Returns the TypeHandle index of the recommended graphics pipe type defined by this module.
Definition pandagl.cxx:72
EXPCL_PANDAGL void init_libpandagl()
Initializes the library.
Definition pandagl.cxx:45