PFNGLPROGRAMUNIFORM1IVPROC typedef

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

Implementation

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