Panda3D
Macros | Functions
pandagles2.cxx File Reference
#include "pandagles2.h"
#include "config_gles2gsg.h"
#include "config_egldisplay.h"
#include "eglGraphicsPipe.h"

Go to the source code of this file.

Functions

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

Detailed Description

Author
rdb
Date
2009-06-08

Definition in file pandagles2.cxx.

Function Documentation

◆ get_pipe_type_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()

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().