GlTexImage3D typedef

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

Implementation

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