PFNGLWAITSEMAPHOREEXTPROCDart typedef
        PFNGLWAITSEMAPHOREEXTPROCDart =
     void Function(int semaphore, int numBufferBarriers, Pointer<Uint32>  buffers, int numTextureBarriers, Pointer<Uint32>  textures, Pointer<Uint32>  srcLayouts)
    
    
    
Implementation
typedef PFNGLWAITSEMAPHOREEXTPROCDart =
    void Function(
      int semaphore,
      int numBufferBarriers,
      Pointer<Uint32> buffers,
      int numTextureBarriers,
      Pointer<Uint32> textures,
      Pointer<Uint32> srcLayouts,
    );