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

Go to the source code of this file.

Functions

EXPCL_PANDAGLES2 int get_pipe_type_pandagles2 ()
 Returns the TypeHandle index of the recommended graphics pipe type defined by this module. More...
 
EXPCL_PANDAGLES2 void init_libpandagles2 ()
 Initializes the library. More...
 

Detailed Description

Author
rdb
Date
2009-06-16

Definition in file pandagles2.h.

Function Documentation

◆ get_pipe_type_pandagles2()

EXPCL_PANDAGLES2 int get_pipe_type_pandagles2 ( )

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

Definition at line 32 of file pandagles2.cxx.

References TypeHandle::get_index.

◆ init_libpandagles2()

EXPCL_PANDAGLES2 void init_libpandagles2 ( )

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 22 of file pandagles2.cxx.

References init_libegldisplay(), and init_libgles2gsg().