libcrbn/shader/evalcontext.hpp

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__

Generated on Tue Nov 14 15:40:08 2006 for libcrbn by  doxygen 1.5.0