PFNGLGETTEXTUREIMAGEPROC typedef

PFNGLGETTEXTUREIMAGEPROC = Void Function(Uint32 texture, Int32 level, Uint32 format, Uint32 type, Uint32 bufSize, Pointer<NativeType> pixels)

Implementation

typedef PFNGLGETTEXTUREIMAGEPROC =
    Void Function(
      Uint32 texture,
      Int32 level,
      Uint32 format,
      Uint32 type,
      Uint32 bufSize,
      Pointer<NativeType> pixels,
    );