GlGetTextureParameterfv typedef

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

Implementation

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