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