GlUniform4fv typedef

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

Implementation

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