Axiom.RenderSystems.OpenGL.GLSL.GLSLProgramFactory.GLSLProgramFactory C# (CSharp) 메소드

GLSLProgramFactory() 개인적인 메소드

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