mirror of
https://github.com/Ryujinx/Opentk.git
synced 2024-12-27 10:25:32 +00:00
12 lines
201 B
C#
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";
|
|||
|
}
|
|||
|
}
|