Disabled OpenCL bindings (#define EXPERIMENTAL in project options to re-enable).

This commit is contained in:
the_fiddler 2010-10-03 13:19:05 +00:00
Родитель 5f23fbc1f0
Коммит 080729bad7
8 изменённых файлов: 32 добавлений и 0 удалений

Просмотреть файл

@ -25,6 +25,8 @@
//
#endregion
#if EXPERIMENTAL
namespace OpenTK.Compute.CL10
{
using System;
@ -12130,3 +12132,5 @@ namespace OpenTK.Compute.CL10
}
}
#endif

Просмотреть файл

@ -25,6 +25,8 @@
//
#endregion
#if EXPERIMENTAL
using System;
using System.Collections.Generic;
using System.Text;
@ -180,3 +182,5 @@ namespace OpenTK.Compute.CL10
#endregion
}
}
#endif

Просмотреть файл

@ -25,6 +25,8 @@
//
#endregion
#if EXPERIMENTAL
namespace OpenTK.Compute.CL10
{
using System;
@ -237,3 +239,5 @@ namespace OpenTK.Compute.CL10
}
}
}
#endif

Просмотреть файл

@ -25,6 +25,8 @@
//
#endregion
#if EXPERIMENTAL
namespace OpenTK.Compute.CL10
{
using System;
@ -236,3 +238,5 @@ namespace OpenTK.Compute.CL10
}
}
}
#endif

Просмотреть файл

@ -25,6 +25,8 @@
//
#endregion
#if EXPERIMENTAL
using System;
namespace OpenTK.Compute.CL10
@ -700,3 +702,5 @@ namespace OpenTK.Compute.CL10
}
}
#endif

Просмотреть файл

@ -25,6 +25,8 @@
//
#endregion
#if EXPERIMENTAL
using System;
using System.Collections.Generic;
using System.Text;
@ -51,3 +53,5 @@ namespace OpenTK.Compute.CL10
#endregion
}
}
#endif

Просмотреть файл

@ -25,6 +25,8 @@
//
#endregion
#if EXPERIMENTAL
using System;
using System.Collections.Generic;
using System.Text;
@ -52,3 +54,5 @@ namespace OpenTK.Compute.CL10
public ChannelType ChannelType { get { return image_channel_data_type; } set { image_channel_data_type = value; } }
}
}
#endif

Просмотреть файл

@ -25,6 +25,8 @@
//
#endregion
#if EXPERIMENTAL
using System;
using System.Collections.Generic;
using System.Text;
@ -191,3 +193,5 @@ namespace OpenTK.Compute
#endregion
}
#endif