using System; using System.Collections.Generic; using System.Text; namespace OpenTK.Compute.CL10 { public partial class CL { const string Library = "opencl.dll"; } }