Panda3D
Functions
pandagl.h File Reference
#include "pandabase.h"

Go to the source code of this file.

Functions

EXPCL_PANDAGL int get_pipe_type_pandagl ()
 Returns the TypeHandle index of the recommended graphics pipe type defined by this module. More...
 
EXPCL_PANDAGL void init_libpandagl ()
 Initializes the library. More...
 

Detailed Description

Author
drose
Date
2001-01-02

Definition in file pandagl.h.

Function Documentation

◆ get_pipe_type_pandagl()

EXPCL_PANDAGL int get_pipe_type_pandagl ( )

Returns the TypeHandle index of the recommended graphics pipe type defined by this module.

Definition at line 63 of file pandagl.cxx.

References TypeHandle::get_index.

◆ init_libpandagl()

EXPCL_PANDAGL void init_libpandagl ( )

Initializes the library.

This must be called at least once before any of the functions or classes in this library can be used. Normally it will be called by the static initializers and need not be called explicitly, but special cases exist.

Definition at line 40 of file pandagl.cxx.

References init_libglgsg(), and init_libwgldisplay().

Referenced by PandaFramework::open_framework().