PFNGLPROGRAMUNIFORM4UI64VARBPROC typedef

PFNGLPROGRAMUNIFORM4UI64VARBPROC = Void Function(Uint32 program, Int32 location, Uint32 count, Pointer<Uint64> value)

Implementation

typedef PFNGLPROGRAMUNIFORM4UI64VARBPROC =
    Void Function(
      Uint32 program,
      Int32 location,
      Uint32 count,
      Pointer<Uint64> value,
    );