GL.Apple.FenceSync Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
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
Parameters
- condition
- All
- flags
- Int32
Returns
IntPtr
nativeint
- Attributes
Applies to
FenceSync(All, UInt32)
Important
This API is not CLS-compliant.
[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
Parameters
- condition
- All
- flags
- UInt32
Returns
IntPtr
nativeint
- Attributes