pandagl.h 336 B

12345678910111213141516171819
  1. /**
  2. * @file pandagl.h
  3. * @author drose
  4. * @date 2001-01-02
  5. */
  6. #ifndef PANDAGL_H
  7. #define PANDAGL_H
  8. #include "pandabase.h"
  9. EXPCL_PANDAGL void init_libpandagl();
  10. extern "C" EXPCL_PANDAGL int get_pipe_type_pandagl();
  11. #if defined(HAVE_EGL) && !defined(USE_X11)
  12. extern "C" EXPCL_PANDAGL int get_pipe_type_p3headlessgl();
  13. #endif
  14. #endif