mirror of
https://github.com/Ryujinx/Opentk.git
synced 2025-07-07 13:40:41 +00:00
Regenerated bindings using the latest generator updates.
This commit is contained in:
parent
e2bfabd659
commit
68c985c6f4
|
@ -34,7 +34,7 @@ namespace OpenTK.Compute.CL10
|
||||||
#pragma warning disable 1572
|
#pragma warning disable 1572
|
||||||
#pragma warning disable 1573
|
#pragma warning disable 1573
|
||||||
|
|
||||||
static partial class CL
|
partial class CL
|
||||||
{
|
{
|
||||||
|
|
||||||
[System.CLSCompliant(false)]
|
[System.CLSCompliant(false)]
|
||||||
|
@ -7606,7 +7606,6 @@ namespace OpenTK.Compute.CL10
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Block until all GL execution is complete
|
/// Block until all GL execution is complete
|
||||||
/// </summary>
|
/// </summary>
|
||||||
|
|
||||||
[AutoGenerated(Category = "1.0", Version = "1.0", EntryPoint = "clFinish")]
|
[AutoGenerated(Category = "1.0", Version = "1.0", EntryPoint = "clFinish")]
|
||||||
public static
|
public static
|
||||||
int Finish(IntPtr command_queue)
|
int Finish(IntPtr command_queue)
|
||||||
|
@ -7618,7 +7617,6 @@ namespace OpenTK.Compute.CL10
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Force execution of GL commands in finite time
|
/// Force execution of GL commands in finite time
|
||||||
/// </summary>
|
/// </summary>
|
||||||
|
|
||||||
[AutoGenerated(Category = "1.0", Version = "1.0", EntryPoint = "clFlush")]
|
[AutoGenerated(Category = "1.0", Version = "1.0", EntryPoint = "clFlush")]
|
||||||
public static
|
public static
|
||||||
int Flush(IntPtr command_queue)
|
int Flush(IntPtr command_queue)
|
||||||
|
|
Loading…
Reference in a new issue