GlTexSubImage2D typedef

GlTexSubImage2D = void Function(int target, int level, int xoffset, int yoffset, int width, int height, int format, int type, Pointer<NativeType> pixels)

Implementation

typedef GlTexSubImage2D = void Function(int target, int level, int xoffset,
    int yoffset, int width, int height, int format, int type, Pointer pixels);