GlGetTextureLevelParameteriv typedef

GlGetTextureLevelParameteriv = void Function(int texture, int level, int pname, Pointer<Int32> params)

Implementation

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