PFNGLPROGRAMUNIFORM2IVPROCDart typedef

PFNGLPROGRAMUNIFORM2IVPROCDart = void Function(int program, int location, int count, Pointer<Int32> value)

Implementation

typedef PFNGLPROGRAMUNIFORM2IVPROCDart =
    void Function(int program, int location, int count, Pointer<Int32> value);