PFNGLSIGNALSEMAPHOREEXTPROC typedef

PFNGLSIGNALSEMAPHOREEXTPROC = Void Function(Uint32 semaphore, Uint32 numBufferBarriers, Pointer<Uint32> buffers, Uint32 numTextureBarriers, Pointer<Uint32> textures, Pointer<Uint32> dstLayouts)

Implementation

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