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