PFNGLGETIMAGEHANDLEARBPROC typedef

PFNGLGETIMAGEHANDLEARBPROC = Uint64 Function(Uint32 texture, Int32 level, Int32 layered, Int32 layer, Uint32 format)

Implementation

typedef PFNGLGETIMAGEHANDLEARBPROC =
    Uint64 Function(
      Uint32 texture,
      Int32 level,
      Int32 layered,
      Int32 layer,
      Uint32 format,
    );