GL.FenceSync Method

Definition

Overloads

FenceSync(All, Int32)
Obsolete.
FenceSync(All, UInt32)
Obsolete.
FenceSync(SyncCondition, WaitSyncFlags)

FenceSync(All, Int32)

Caution

Use the overload with strongly typed enumerations

[OpenTK.AutoGenerated(Category="3.0", EntryPoint="glFenceSync", Version="3.0")]
[System.Obsolete("Use the overload with strongly typed enumerations")]
public static IntPtr FenceSync (OpenTK.Graphics.ES30.All condition, int flags);
static member FenceSync : OpenTK.Graphics.ES30.All * int -> nativeint

Parameters

condition
All
flags
Int32

Returns

IntPtr

nativeint

Attributes

Applies to

FenceSync(All, UInt32)

Caution

Use the overload with strongly typed enumerations

Important

This API is not CLS-compliant.

[OpenTK.AutoGenerated(Category="3.0", EntryPoint="glFenceSync", Version="3.0")]
[System.CLSCompliant(false)]
[System.Obsolete("Use the overload with strongly typed enumerations")]
public static IntPtr FenceSync (OpenTK.Graphics.ES30.All condition, uint flags);
static member FenceSync : OpenTK.Graphics.ES30.All * uint32 -> nativeint

Parameters

condition
All
flags
UInt32

Returns

IntPtr

nativeint

Attributes

Applies to

FenceSync(SyncCondition, WaitSyncFlags)

[OpenTK.AutoGenerated(Category="3.0", EntryPoint="glFenceSync", Version="3.0")]
public static IntPtr FenceSync (OpenTK.Graphics.ES30.SyncCondition condition, OpenTK.Graphics.ES30.WaitSyncFlags flags);
static member FenceSync : OpenTK.Graphics.ES30.SyncCondition * OpenTK.Graphics.ES30.WaitSyncFlags -> nativeint

Parameters

condition
SyncCondition

Returns

IntPtr

nativeint

Attributes

Applies to