GlGetTextureLevelParameterfv typedef

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

Implementation

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