Regenerated bindings using the latest generator updates.
This commit is contained in:
parent
aa500ce806
commit
310b36ac65
4 changed files with 13127 additions and 13129 deletions
|
@ -34,7 +34,7 @@ namespace OpenTK.Compute.CL10
|
|||
#pragma warning disable 1572
|
||||
#pragma warning disable 1573
|
||||
|
||||
static partial class CL
|
||||
partial class CL
|
||||
{
|
||||
|
||||
[System.CLSCompliant(false)]
|
||||
|
@ -7606,7 +7606,6 @@ namespace OpenTK.Compute.CL10
|
|||
/// <summary>
|
||||
/// Block until all GL execution is complete
|
||||
/// </summary>
|
||||
|
||||
[AutoGenerated(Category = "1.0", Version = "1.0", EntryPoint = "clFinish")]
|
||||
public static
|
||||
int Finish(IntPtr command_queue)
|
||||
|
@ -7618,7 +7617,6 @@ namespace OpenTK.Compute.CL10
|
|||
/// <summary>
|
||||
/// Force execution of GL commands in finite time
|
||||
/// </summary>
|
||||
|
||||
[AutoGenerated(Category = "1.0", Version = "1.0", EntryPoint = "clFlush")]
|
||||
public static
|
||||
int Flush(IntPtr command_queue)
|
||||
|
|
Loading…
Reference in a new issue