GL.WaitSync 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
WaitSync(IntPtr, Int32, Int64) | |
WaitSync(IntPtr, UInt32, UInt64) |
WaitSync(IntPtr, Int32, Int64)
WaitSync(IntPtr, UInt32, UInt64)
Important
This API is not CLS-compliant.
[OpenTK.AutoGenerated(Category="3.0", EntryPoint="glWaitSync", Version="3.0")]
[System.CLSCompliant(false)]
public static void WaitSync (IntPtr sync, uint flags, ulong timeout);
static member WaitSync : nativeint * uint32 * uint64 -> unit
Parameters
- sync
-
IntPtr
nativeint
- flags
- UInt32
- timeout
- UInt64
- Attributes