GlTextureParameterfv typedef

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

Implementation

typedef GlTextureParameterfv = void Function(
    int texture, int pname, Pointer<Float> param);