CC3ShaderSourceCodeCompilationStringVisitor Class Reference
Inherits from | CC3ShaderSourceCodeCompilationStringCountVisitor : CC3ShaderSourceCodeVisitor : NSObject |
Declared in | CC3Shaders.h |
Overview
Visits an assembly of nested CC3ShaderSourceCode instances to populate an array of source code strings to be submitted to the compiler, in order to compile the source code contained within the assembly of CC3ShaderSourceCode instances.
The source code strings are accumulated in the sourceCompilationStrings array property, and the number of strings added to that array is contained within the sourceCompilationStringCount superclass property.