mirror of
https://github.com/Ryujinx/Opentk.git
synced 2024-12-23 02:35:38 +00:00
Disabled OpenCL bindings (#define EXPERIMENTAL in project options to re-enable).
This commit is contained in:
parent
5f23fbc1f0
commit
080729bad7
|
@ -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
|
Loading…
Reference in a new issue