#import <CC3Shaders.h>
Instance Methods | |
(void) | - addSourceCompilationStringCount: |
Instance Methods inherited from CC3ShaderSourceCodeVisitor | |
(BOOL) | - hasAlreadyVisited: |
Properties | |
GLuint | sourceCompilationStringCount |
Additional Inherited Members | |
Class Methods inherited from CC3ShaderSourceCodeVisitor | |
(id) | + visitor |
Visits an assembly of nested CC3ShaderSourceCode instances to determine the number of source code strings that will be submitted to the compiler, in order to compile the source code contained within the assembly of CC3ShaderSourceCode instances.
- (void) addSourceCompilationStringCount: | (GLuint) | sourceStringCount |
Invoked by each CC3ShaderSourceCode instances that contains source code, to indicate the number source code strings are contained within that instance.
This visitor accumulates the total of all values submitted by invocations of this method, and makes that total accessible via the sourceCompilationStringCount property.
|
readnonatomicassign |
Returns the total number of source code strings that will be submitted to the compiler.