GlGetTextureLevelParameterivNative typedef
GlGetTextureLevelParameterivNative =
Void Function(Uint32 texture, Int32 level, Uint32 pname, Pointer<Int32> params)
Implementation
typedef GlGetTextureLevelParameterivNative = Void Function(
Uint32 texture, Int32 level, Uint32 pname, Pointer<Int32> params);