Opentk/Source/OpenTK/Compute/CL10/CLHelper.cs

12 lines
201 B
C#
Raw Normal View History

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