PFNGLWAITSEMAPHOREUI64NVXPROC typedef

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

Implementation

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