GlGetTextureParameterfv typedef

GlGetTextureParameterfv = void Function(int texture, int pname, Pointer<Float> params)

Implementation

typedef GlGetTextureParameterfv = void Function(
    int texture, int pname, Pointer<Float> params);