GL.Apple.FenceSync Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Surcharges
FenceSync(All, Int32) | |
FenceSync(All, UInt32) |
FenceSync(All, Int32)
[OpenTK.AutoGenerated(Category="2.0", EntryPoint="glFenceSyncAPPLE", Version="2.0")]
public static IntPtr FenceSync (OpenTK.Graphics.ES20.All condition, int flags);
static member FenceSync : OpenTK.Graphics.ES20.All * int -> nativeint
Paramètres
- condition
- All
- flags
- Int32
Retours
IntPtr
nativeint
- Attributs
S’applique à
FenceSync(All, UInt32)
Important
Cette API n’est pas conforme CLS.
[OpenTK.AutoGenerated(Category="2.0", EntryPoint="glFenceSyncAPPLE", Version="2.0")]
[System.CLSCompliant(false)]
public static IntPtr FenceSync (OpenTK.Graphics.ES20.All condition, uint flags);
static member FenceSync : OpenTK.Graphics.ES20.All * uint32 -> nativeint
Paramètres
- condition
- All
- flags
- UInt32
Retours
IntPtr
nativeint
- Attributs