PFNGLGETNCOMPRESSEDTEXIMAGEARBPROC typedef

PFNGLGETNCOMPRESSEDTEXIMAGEARBPROC = Void Function(Uint32 target, Int32 lod, Uint32 bufSize, Pointer<NativeType> img)

Implementation

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