Inherits from CC3ShaderSourceCode : CC3Identifiable : NSObject
Declared in CC3Shaders.h

Overview

A member of the CC3ShaderSourceCode class cluster that contains a single string of source code. The contained source code may have come from a single source code string (or file) that contained no #import or #include statements, or it may represent a segment of a source code string or file before, between, or after an #import or #include directive.