GlUniform3fv typedef

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

Implementation

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