mirror of
https://github.com/Ryujinx/Opentk.git
synced 2025-03-08 10:10:00 +00:00
* CL.cs: Removed invalid documentation.
This commit is contained in:
parent
b234593f14
commit
6b436dba39
|
@ -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")]
|
[AutoGenerated(Category = "1.0", Version = "1.0", EntryPoint = "clFinish")]
|
||||||
public static
|
public static
|
||||||
int Finish(IntPtr command_queue)
|
int Finish(IntPtr command_queue)
|
||||||
|
@ -7613,10 +7609,6 @@ namespace OpenTK.Compute.CL10
|
||||||
return Delegates.clFinish((IntPtr)command_queue);
|
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")]
|
[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