parent
b7ebfa6945
commit
a148abf131
|
@ -19,6 +19,7 @@
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#include "shader_cg.h"
|
#include "shader_cg.h"
|
||||||
|
#include "shader_common.h"
|
||||||
#include <Cg/cg.h>
|
#include <Cg/cg.h>
|
||||||
#include <Cg/cgGL.h>
|
#include <Cg/cgGL.h>
|
||||||
#include "../general.h"
|
#include "../general.h"
|
||||||
|
|
|
@ -17,9 +17,15 @@
|
||||||
#define SHADER_COMMON_H__
|
#define SHADER_COMMON_H__
|
||||||
|
|
||||||
#include "../boolean.h"
|
#include "../boolean.h"
|
||||||
|
|
||||||
|
#ifdef HAVE_CONFIG_H
|
||||||
|
#include "../config.h"
|
||||||
|
#endif
|
||||||
|
|
||||||
#ifdef HAVE_OPENGL
|
#ifdef HAVE_OPENGL
|
||||||
#include "gl_common.h"
|
#include "gl_common.h"
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#include "gfx_context.h"
|
#include "gfx_context.h"
|
||||||
#include "shader_parse.h"
|
#include "shader_parse.h"
|
||||||
#include "math/matrix.h"
|
#include "math/matrix.h"
|
||||||
|
|
Loading…
Reference in New Issue