Axiom.RenderSystems.OpenGL.GLSL.GLSLProgramFactory.GLSLProgramFactory C# (CSharp) Method

GLSLProgramFactory() private method

Default constructor.
private GLSLProgramFactory ( ) : System
return System
		internal GLSLProgramFactory()
		{
			// instantiate the singleton
			glslLinkProgramMgr = new GLSLLinkProgramManager();
		}