다음을 통해 공유


GL.Apple.FenceSync 메서드

정의

오버로드

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

매개 변수

condition
All
flags
Int32

반환

IntPtr

nativeint

특성

적용 대상

FenceSync(All, UInt32)

중요

이 API는 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

매개 변수

condition
All
flags
UInt32

반환

IntPtr

nativeint

특성

적용 대상