Dispose() 공개 메소드

Called when the engine is shutting down.
public Dispose ( ) : void
리턴 void
 /// <summary>
 ///     Called when the engine is shutting down.
 /// </summary>
 public void Dispose()
 {
     if (glslLinkProgramMgr != null)
     {
         glslLinkProgramMgr.Dispose();
     }
 }