GlUniform2fv typedef

GlUniform2fv = void Function(int buffer, int drawbuffer, Pointer<Float> value)

Implementation

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