GlGetTexImage typedef

GlGetTexImage = void Function(int target, int level, int format, int type, Pointer<NativeType> pixels)

Implementation

typedef GlGetTexImage = void Function(
    int target, int level, int format, int type, Pointer pixels);