PFNGLCOPYTEXTUREIMAGE2DEXTPROC typedef

PFNGLCOPYTEXTUREIMAGE2DEXTPROC = Void Function(Uint32 texture, Uint32 target, Int32 level, Uint32 internalformat, Int32 x, Int32 y, Uint32 width, Uint32 height, Int32 border)

Implementation

typedef PFNGLCOPYTEXTUREIMAGE2DEXTPROC =
    Void Function(
      Uint32 texture,
      Uint32 target,
      Int32 level,
      Uint32 internalformat,
      Int32 x,
      Int32 y,
      Uint32 width,
      Uint32 height,
      Int32 border,
    );