compressedTexSubImage3D2 method
- @JSName('compressedTexSubImage3D')
Implementation
@JSName('compressedTexSubImage3D')
void compressedTexSubImage3D2(
int target,
int level,
int xoffset,
int yoffset,
int zoffset,
int width,
int height,
int depth,
int format,
int imageSize,
int offset) native;