Panda3D
Macros | Functions
pandagles.cxx File Reference
#include "pandagles.h"
#include "config_glesgsg.h"
#include "config_egldisplay.h"
#include "eglGraphicsPipe.h"

Go to the source code of this file.

Functions

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

Detailed Description

Author
rdb
Date
2009-06-08

Definition in file pandagles.cxx.

Function Documentation

◆ get_pipe_type_pandagles()

int get_pipe_type_pandagles ( )

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

Definition at line 42 of file pandagles.cxx.

References TypeHandle::get_index.

◆ init_libpandagles()

void init_libpandagles ( )

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 27 of file pandagles.cxx.

References init_libandroiddisplay(), init_libegldisplay(), and init_libglesgsg().