PFNGLGETTEXTURELEVELPARAMETERFVEXTPROC typedef

PFNGLGETTEXTURELEVELPARAMETERFVEXTPROC = Void Function(Uint32 texture, Uint32 target, Int32 level, Uint32 pname, Pointer<Float> params)

Implementation

typedef PFNGLGETTEXTURELEVELPARAMETERFVEXTPROC =
    Void Function(
      Uint32 texture,
      Uint32 target,
      Int32 level,
      Uint32 pname,
      Pointer<Float> params,
    );