GlTexImage2D typedef

GlTexImage2D = void Function(int target, int level, int internalformat, int width, int height, int border, int format, int type, Pointer<NativeType> pixels)

Implementation

typedef GlTexImage2D = void Function(int target, int level, int internalformat,
    int width, int height, int border, int format, int type, Pointer pixels);