mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-03 10:22:45 -04:00
Oops, forgot to check in header file as well.
This commit is contained in:
parent
edab64c570
commit
04bbf28a71
@ -21,6 +21,10 @@
|
||||
#include "shaderContext.h"
|
||||
#include "deletedChain.h"
|
||||
|
||||
#if defined(HAVE_CG) && !defined(OPENGLES)
|
||||
#include <Cg/cg.h>
|
||||
#endif
|
||||
|
||||
class CLP(GraphicsStateGuardian);
|
||||
|
||||
////////////////////////////////////////////////////////////////////
|
||||
@ -57,6 +61,9 @@ private:
|
||||
CGprogram _cg_vprogram;
|
||||
CGprogram _cg_fprogram;
|
||||
CGprogram _cg_gprogram;
|
||||
CGprofile _cg_vprofile;
|
||||
CGprofile _cg_fprofile;
|
||||
CGprofile _cg_gprofile;
|
||||
|
||||
pvector <CGparameter> _cg_parameter_map;
|
||||
#endif
|
||||
|
Loading…
x
Reference in New Issue
Block a user