* CL.cs: Removed invalid documentation.

This commit is contained in:
the_fiddler 2009-10-09 05:41:50 +00:00
parent 3c884568f6
commit 5e95ec9fc4

View file

@ -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)