glTexSubImage3D function
Implementation
@JS()
external void glTexSubImage3D(JSObject gl,
int target,
int level,
int xoffset,
int yoffset,
int zoffset,
int width,
int height,
int depth,
int format,
int type,
JSAny? pixels
);
@JS()
external void glTexSubImage3D(JSObject gl,
int target,
int level,
int xoffset,
int yoffset,
int zoffset,
int width,
int height,
int depth,
int format,
int type,
JSAny? pixels
);