PFNGLCLIENTWAITSEMAPHOREUI64NVXPROC typedef

PFNGLCLIENTWAITSEMAPHOREUI64NVXPROC = Void Function(Uint32 fenceObjectCount, Pointer<Uint32> semaphoreArray, Pointer<Uint64> fenceValueArray)

Implementation

typedef PFNGLCLIENTWAITSEMAPHOREUI64NVXPROC =
    Void Function(
      Uint32 fenceObjectCount,
      Pointer<Uint32> semaphoreArray,
      Pointer<Uint64> fenceValueArray,
    );