PFNGLGETMULTITEXGENDVEXTPROC typedef

PFNGLGETMULTITEXGENDVEXTPROC = Void Function(Uint32 texunit, Uint32 coord, Uint32 pname, Pointer<Double> params)

Implementation

typedef PFNGLGETMULTITEXGENDVEXTPROC =
    Void Function(
      Uint32 texunit,
      Uint32 coord,
      Uint32 pname,
      Pointer<Double> params,
    );