PFNGLUNIFORM1IVPROCDart typedef

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

Implementation

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