24#ifndef _CHART_CTX_FACTORY_H__
25#define _CHART_CTX_FACTORY_H__
36extern GLenum g_texture_rectangle_format;
39static ChartCtx ChartCtxFactory() {
40 return ChartCtx(g_bopengl, g_texture_rectangle_format);
45static ChartCtx ChartCtxFactory() {
return ChartCtx(g_bopengl); }
Global variables stored in configuration file.