PFNGLGETCOMPRESSEDTEXTUREIMAGEEXTPROC typedef

PFNGLGETCOMPRESSEDTEXTUREIMAGEEXTPROC = Void Function(Uint32 texture, Uint32 target, Int32 lod, Pointer<NativeType> img)

Implementation

typedef PFNGLGETCOMPRESSEDTEXTUREIMAGEEXTPROC =
    Void Function(
      Uint32 texture,
      Uint32 target,
      Int32 lod,
      Pointer<NativeType> img,
    );