GlGetTextureLevelParameterfvEXT typedef

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

Implementation

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