DI-Guy C++ SDK Reference  13.0
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
diguyOglGraphicsShaderInstance.h
Go to the documentation of this file.
1 #ifndef __diguyOglGraphicsShaderInstance_H
2 #define __diguyOglGraphicsShaderInstance_H
3 
4 /*********************************************************************
5  **
6  *2 diguyOglGraphicsShaderInstance
7  **
8  ** This class is part of the DI-Guy Graphics API. It overrides the class
9  ** diguyGraphicsShaderInstance. Detailed documentation is in the
10  ** implementation file documentation
11  ** <a href="diguyOglGraphicsShaderInstance.cpp.html">here</a>.
12  */
13 
14 #include "ogl_headers.h"
15 
17 
19 
20 /****************************************************************************/
22 {
23 
24 public:
25 
26  diguyOglGraphicsShaderInstance(void* internal_data);
27 
28  virtual int bind();
29  virtual int unbind();
30 
31  // is this needed?
33 };
34 
35 
41 
42 #endif