GlTextureImage3DEXT typedef
GlTextureImage3DEXT =
void Function(int texture, int target, int level, int internalformat, int width, int height, int depth, int border, int format, int type, Pointer<NativeType> pixels)
Implementation
typedef GlTextureImage3DEXT = void Function(
int texture,
int target,
int level,
int internalformat,
int width,
int height,
int depth,
int border,
int format,
int type,
Pointer pixels);