GL.FenceSync Metodo

Definizione

Overload

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

FenceSync(All, Int32)

Attenzione

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

Parametri

condition
All
flags
Int32

Restituisce

IntPtr

nativeint

Attributi

Si applica a

FenceSync(All, UInt32)

Attenzione

Use the overload with strongly typed enumerations

Importante

Questa API non è conforme a CLS.

[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

Parametri

condition
All
flags
UInt32

Restituisce

IntPtr

nativeint

Attributi

Si applica a

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

Parametri

condition
SyncCondition

Restituisce

IntPtr

nativeint

Attributi

Si applica a