BitMaker.Miner.Gpu.GpuDevice.GetRawSource C# (CSharp) Méthode

GetRawSource() static private méthode

Gets the raw GPU source.
static private GetRawSource ( ) : string
Résultat string
        static string GetRawSource()
        {
            using (var rdr = new StreamReader(typeof(GpuDevice).Assembly.GetManifestResourceStream("BitMaker.Miner.Gpu.DiabloMiner.cl")))
                return rdr.ReadToEnd();
        }