GlGetnCompressedTexImage typedef
GlGetnCompressedTexImage =
void Function(int target, int lod, int bufSize, Pointer<NativeType> pixels)
Implementation
typedef GlGetnCompressedTexImage = void Function(
int target, int lod, int bufSize, Pointer pixels);