The SourceCodeShaderRetained object is a shader that is defined using
text-based source code. It is used to define the source code for
both vertex and fragment shaders. The currently supported shading
languages are Cg and GLSL.
Constructor Summary
SourceCodeShaderRetained() Constructs a new shader retained object of the specified shading
language and shader type from the specified source string.