mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-04 02:42:49 -04:00
Fix Cg include
This commit is contained in:
parent
b2dcde40c7
commit
793665d2a6
@ -19,7 +19,7 @@
|
|||||||
#include "virtualFileSystem.h"
|
#include "virtualFileSystem.h"
|
||||||
|
|
||||||
#ifdef HAVE_CG
|
#ifdef HAVE_CG
|
||||||
#include "Cg/cg.h"
|
#include <Cg/cg.h>
|
||||||
#define JCG_PROFILE_GLSLV ((CGprofile)7007)
|
#define JCG_PROFILE_GLSLV ((CGprofile)7007)
|
||||||
#define JCG_PROFILE_GLSLF ((CGprofile)7008)
|
#define JCG_PROFILE_GLSLF ((CGprofile)7008)
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
x
Reference in New Issue
Block a user