PFNGLIMPORTSEMAPHOREWIN32HANDLEEXTPROC typedef

PFNGLIMPORTSEMAPHOREWIN32HANDLEEXTPROC = Void Function(Uint32 semaphore, Uint32 handleType, Pointer<NativeType> handle)

Implementation

typedef PFNGLIMPORTSEMAPHOREWIN32HANDLEEXTPROC =
    Void Function(
      Uint32 semaphore,
      Uint32 handleType,
      Pointer<NativeType> handle,
    );