mirror of
https://github.com/Ryujinx/Opentk.git
synced 2025-02-02 18:51:07 +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 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