Opentk/Source/OpenTK/Compute/CL10/CLHelper.cs
2009-08-11 14:21:35 +00:00

12 lines
201 B
C#

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