GlSamplerParameterfv typedef

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

Implementation

typedef GlSamplerParameterfv = void Function(
    int sampler, int pname, Pointer<Float> param);