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

LoadMicrocodeCache() 공개 메소드

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