mirror of
https://github.com/Ryujinx/Opentk.git
synced 2025-01-09 22:35:26 +00:00
Re-enabled CL10, ES10 and ES11 bindings in trunk.
This commit is contained in:
parent
938e6349a7
commit
144e6b6947
|
@ -35,10 +35,7 @@ namespace OpenTK.Compute.CL10
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Provides access to the OpenCL 1.0 flat API.
|
/// Provides access to the OpenCL 1.0 flat API.
|
||||||
/// </summary>
|
/// </summary>
|
||||||
#if EXPERIMENTAL
|
public sealed partial class CL : BindingsBase
|
||||||
public
|
|
||||||
#endif
|
|
||||||
sealed partial class CL : BindingsBase
|
|
||||||
{
|
{
|
||||||
#region Fields
|
#region Fields
|
||||||
|
|
||||||
|
|
|
@ -7,10 +7,7 @@ namespace OpenTK.Graphics.ES10
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Provides access to OpenGL ES 1.0 methods.
|
/// Provides access to OpenGL ES 1.0 methods.
|
||||||
/// </summary>
|
/// </summary>
|
||||||
#if EXPERIMENTAL
|
public sealed partial class GL : GraphicsBindingsBase
|
||||||
public
|
|
||||||
#endif
|
|
||||||
sealed partial class GL : GraphicsBindingsBase
|
|
||||||
{
|
{
|
||||||
const string Library = "libGLES.dll";
|
const string Library = "libGLES.dll";
|
||||||
static readonly object sync_root = new object();
|
static readonly object sync_root = new object();
|
||||||
|
|
|
@ -9,10 +9,8 @@ namespace OpenTK.Graphics.ES11
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Provides access to OpenGL ES 1.1 methods.
|
/// Provides access to OpenGL ES 1.1 methods.
|
||||||
/// </summary>
|
/// </summary>
|
||||||
#if EXPERIMENTAL
|
|
||||||
public
|
public sealed partial class GL : GraphicsBindingsBase
|
||||||
#endif
|
|
||||||
sealed partial class GL : GraphicsBindingsBase
|
|
||||||
{
|
{
|
||||||
const string Library = "libGLES.dll";
|
const string Library = "libGLES.dll";
|
||||||
static readonly object sync_root = new object();
|
static readonly object sync_root = new object();
|
||||||
|
|
Loading…
Reference in a new issue