GL.ClientWaitSync 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
ClientWaitSync(IntPtr, UInt32, UInt64) | |
ClientWaitSync(IntPtr, Int32, Int64) |
ClientWaitSync(IntPtr, UInt32, UInt64)
Important
This API is not CLS-compliant.
[OpenTK.AutoGenerated(Category="3.0", EntryPoint="glClientWaitSync", Version="3.0")]
[System.CLSCompliant(false)]
public static OpenTK.Graphics.ES30.All ClientWaitSync (IntPtr sync, uint flags, ulong timeout);
static member ClientWaitSync : nativeint * uint32 * uint64 -> OpenTK.Graphics.ES30.All
Parameters
- sync
-
IntPtr
nativeint
- flags
- UInt32
- timeout
- UInt64
Returns
- Attributes
Applies to
ClientWaitSync(IntPtr, Int32, Int64)
[OpenTK.AutoGenerated(Category="3.0", EntryPoint="glClientWaitSync", Version="3.0")]
public static OpenTK.Graphics.ES30.All ClientWaitSync (IntPtr sync, int flags, long timeout);
static member ClientWaitSync : nativeint * int * int64 -> OpenTK.Graphics.ES30.All
Parameters
- sync
-
IntPtr
nativeint
- flags
- Int32
- timeout
- Int64
Returns
- Attributes