GlGetTexParameterfv typedef

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

Implementation

typedef GlGetTexParameterfv = void Function(
    int target, int pname, Pointer<Float> params);