GlUniform1fv typedef

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

Implementation

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