PFNGLGETNUNIFORMUI64VARBPROC typedef

PFNGLGETNUNIFORMUI64VARBPROC = Void Function(Uint32 program, Int32 location, Uint32 bufSize, Pointer<Uint64> params)

Implementation

typedef PFNGLGETNUNIFORMUI64VARBPROC =
    Void Function(
      Uint32 program,
      Int32 location,
      Uint32 bufSize,
      Pointer<Uint64> params,
    );