PFNGLPROGRAMUNIFORM2FVPROCDart typedef

PFNGLPROGRAMUNIFORM2FVPROCDart = void Function(int program, int location, int count, Pointer<Float> value)

Implementation

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