GL.Apple.FenceSync Método
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Sobrecargas
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
Parâmetros
- condition
- All
- flags
- Int32
Retornos
IntPtr
nativeint
- Atributos
Aplica-se a
FenceSync(All, UInt32)
Importante
Esta API não está em conformidade com 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
Parâmetros
- condition
- All
- flags
- UInt32
Retornos
IntPtr
nativeint
- Atributos