public static void Shutdown() { if (_instance != null) { CodecManager.Instance.UnregisterCodec(_instance); _instance = null; } }
public static void Initialize() { if (_instance == null) { LogManager.Instance.Write("PVRTC codec registering"); _instance = new PVRTCCodec(); CodecManager.Instance.RegisterCodec(_instance); } }
public static void Shutdown() { if ( _instance != null ) { CodecManager.Instance.UnregisterCodec( _instance ); _instance = null; } }
public static void Initialize() { if ( _instance == null ) { LogManager.Instance.Write( "PVRTC codec registering" ); _instance = new PVRTCCodec(); CodecManager.Instance.RegisterCodec( _instance ); } }