BitMaker.Miner.Gpu.GpuDevice.GetRawSource C# (CSharp) Method

GetRawSource() static private method

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