GlGetTextureImage typedef
GlGetTextureImage =
void Function(int texture, int level, int format, int type, int bufSize, Pointer<NativeType> pixels)
Implementation
typedef GlGetTextureImage = void Function(
int texture, int level, int format, int type, int bufSize, Pointer pixels);