CC3ShaderSourceCodeVisitor Class Reference
Inherits from | NSObject |
Declared in | CC3Shaders.h |
Overview
This is an abstract parent of a class hierarchy that is used to visit a source code tree, in order to retrieve information about the source code tree.
A new instance should be created for each visitation run, in order to ensure the visitor state is initialized correctly at the beginning of each visitation run.