PFNGLPROGRAMUNIFORM3IVPROCDart typedef

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

Implementation

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