Axiom.Graphics.GpuProgramManager.SaveMicrocodeCache C# (CSharp) Méthode

SaveMicrocodeCache() public méthode

public SaveMicrocodeCache ( System stream ) : void
stream System
Résultat void
        public void SaveMicrocodeCache(System.IO.Stream stream)
        {
            throw new System.NotImplementedException();
        }
    }