compressedTexImage3D2 method
- @JSName('compressedTexImage3D')
Implementation
@JSName('compressedTexImage3D')
void compressedTexImage3D2(
int target,
int level,
int internalformat,
int width,
int height,
int depth,
int border,
int imageSize,
int offset) native;