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();
        }