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
parent 5f23fbc1f0
commit 080729bad7
8 changed files with 32 additions and 0 deletions

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

@ -25,6 +25,8 @@
// //
#endregion #endregion
#if EXPERIMENTAL
using System; using System;
using System.Collections.Generic; using System.Collections.Generic;
using System.Text; 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; } } public ChannelType ChannelType { get { return image_channel_data_type; } set { image_channel_data_type = value; } }
} }
} }
#endif

View file

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