PFNGLGETCOMPRESSEDTEXTUREIMAGEPROC typedef

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

Implementation

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