Axiom.Graphics.GpuProgramManager.SaveMicrocodeCache C# (CSharp) 메소드

SaveMicrocodeCache() 공개 메소드

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