GlGetnTexImageNative typedef
GlGetnTexImageNative =
Void Function(Uint32 target, Int32 level, Uint32 format, Uint32 type, Int32 bufSize, Pointer<NativeType> pixels)
Implementation
typedef GlGetnTexImageNative = Void Function(Uint32 target, Int32 level,
Uint32 format, Uint32 type, Int32 bufSize, Pointer pixels);