Dispose() public méthode

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