GlTextureParameterfv typedef

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

Implementation

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