PFNGLGETNCOMPRESSEDTEXIMAGEPROC typedef

PFNGLGETNCOMPRESSEDTEXIMAGEPROC = Void Function(Uint32 target, Int32 lod, Uint32 bufSize, Pointer<NativeType> pixels)

Implementation

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