GlGetTexLevelParameterfv typedef

GlGetTexLevelParameterfv = void Function(int target, int level, int pname, Pointer<Float> params)

Implementation

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