* CL.cs: Removed invalid documentation.
This commit is contained in:
parent
3c884568f6
commit
5e95ec9fc4
1 changed files with 0 additions and 8 deletions
|
@ -7602,10 +7602,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)
|
||||
|
@ -7613,10 +7609,6 @@ namespace OpenTK.Compute.CL10
|
|||
return Delegates.clFinish((IntPtr)command_queue);
|
||||
}
|
||||
|
||||
|
||||
/// <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