PFNGLGETMEMORYOBJECTDETACHEDRESOURCESUIVNVPROC typedef

PFNGLGETMEMORYOBJECTDETACHEDRESOURCESUIVNVPROC = Void Function(Uint32 memory, Uint32 pname, Int32 first, Uint32 count, Pointer<Uint32> params)

Implementation

typedef PFNGLGETMEMORYOBJECTDETACHEDRESOURCESUIVNVPROC =
    Void Function(
      Uint32 memory,
      Uint32 pname,
      Int32 first,
      Uint32 count,
      Pointer<Uint32> params,
    );