GlUniform4fv typedef

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

Implementation

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