00001
00002
00003
00004
00005
00006
00007
00008
00009
00010
00011
00012
00013
00014
00015 #ifndef __CONFIG_GLXDISPLAY_H__
00016 #define __CONFIG_GLXDISPLAY_H__
00017
00018 #include "pandabase.h"
00019 #include "notifyCategoryProxy.h"
00020 #include "configVariableString.h"
00021 #include "configVariableBool.h"
00022 #include "configVariableInt.h"
00023
00024 NotifyCategoryDecl(glxdisplay, EXPCL_PANDAGL, EXPTP_PANDAGL);
00025
00026 extern EXPCL_PANDAGL void init_libglxdisplay();
00027
00028 extern ConfigVariableBool glx_get_proc_address;
00029 extern ConfigVariableBool glx_get_os_address;
00030
00031 extern ConfigVariableBool gl_support_fbo;
00032 extern ConfigVariableBool glx_support_fbconfig;
00033 extern ConfigVariableBool glx_support_pbuffer;
00034 extern ConfigVariableBool glx_support_pixmap;
00035
00036 #endif