PFNGLCOPYTEXTURESUBIMAGE1DEXTPROC typedef

PFNGLCOPYTEXTURESUBIMAGE1DEXTPROC = Void Function(Uint32 texture, Uint32 target, Int32 level, Int32 xoffset, Int32 x, Int32 y, Uint32 width)

Implementation

typedef PFNGLCOPYTEXTURESUBIMAGE1DEXTPROC =
    Void Function(
      Uint32 texture,
      Uint32 target,
      Int32 level,
      Int32 xoffset,
      Int32 x,
      Int32 y,
      Uint32 width,
    );