HDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
VOP_CodeRslResolver.h
Go to the documentation of this file.
1 /*
2  * PROPRIETARY INFORMATION. This software is proprietary to
3  * Side Effects Software Inc., and is not to be reproduced,
4  * transmitted, or disclosed in any way without written permission.
5  *
6  * NAME: VOP_CodeRslResolver.h ( VOP Library, C++)
7  *
8  * COMMENTS: Rsl code resolver
9  */
10 
11 #ifndef __VOP_CodeRslResolver__
12 #define __VOP_CodeRslResolver__
13 
14 #include "VOP_API.h"
15 #include <VEX/VEX_RslResolver.h>
16 
17 // ============================================================================
19 {
20 public:
21 protected:
22  bool canResolve(const char *shader) override;
23  bool doResolve(UT_String &shader, int context_type) override;
24 };
25 
26 // ============================================================================
28 {
29 public:
30 protected:
31  bool canResolve(const char *shader) override;
32  bool doResolve(UT_String &shader, int context_type) override;
33 };
34 
35 #endif
36 
virtual bool canResolve(const char *shader)=0
#define VOP_API
Definition: VOP_API.h:10
virtual bool doResolve(UT_String &shader, int context_type)=0
GLuint shader
Definition: glcorearb.h:785