GlTextureSubImage2D typedef

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

Implementation

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