PFNGLPROGRAMUNIFORM3I64VARBPROC typedef

PFNGLPROGRAMUNIFORM3I64VARBPROC = Void Function(Uint32 program, Int32 location, Uint32 count, Pointer<Int64> value)

Implementation

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