PFNGLWAITSEMAPHOREEXTPROC typedef

PFNGLWAITSEMAPHOREEXTPROC = Void Function(Uint32 semaphore, Uint32 numBufferBarriers, Pointer<Uint32> buffers, Uint32 numTextureBarriers, Pointer<Uint32> textures, Pointer<Uint32> srcLayouts)

Implementation

typedef PFNGLWAITSEMAPHOREEXTPROC =
    Void Function(
      Uint32 semaphore,
      Uint32 numBufferBarriers,
      Pointer<Uint32> buffers,
      Uint32 numTextureBarriers,
      Pointer<Uint32> textures,
      Pointer<Uint32> srcLayouts,
    );