PFNGLGETTRACKMATRIXIVNVPROC typedef

PFNGLGETTRACKMATRIXIVNVPROC = Void Function(Uint32 target, Uint32 address, Uint32 pname, Pointer<Int32> params)

Implementation

typedef PFNGLGETTRACKMATRIXIVNVPROC =
    Void Function(
      Uint32 target,
      Uint32 address,
      Uint32 pname,
      Pointer<Int32> params,
    );