Axiom.Graphics.GpuProgramManager.SaveMicrocodeCache C# (CSharp) Method

SaveMicrocodeCache() public method

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