GlTextureParameterf typedef

GlTextureParameterf = void Function(int path, int pname, double value)

Implementation

typedef GlTextureParameterf = void Function(
    int texture, int pname, double param);