00001 00002 #ifndef __shader_evaluation_context_hpp__ 00003 #define __shader_evaluation_context_hpp__ 00004 00005 #include <crbn/basic/basic.h> 00006 00007 class ShaderEvaluatorContext 00008 { 00009 public: 00010 ShaderEvaluatorContext(); 00011 ~ShaderEvaluatorContext(); 00012 00013 private: 00014 static uint32 _ref; 00015 }; 00016 00017 #endif // __shader_evaluation_context_hpp__