PFNGLCOPYTEXIMAGE1DEXTPROC typedef

PFNGLCOPYTEXIMAGE1DEXTPROC = Void Function(Uint32 target, Int32 level, Uint32 internalformat, Int32 x, Int32 y, Uint32 width, Int32 border)

Implementation

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