compressedTexSubImage2D3 method
- @JSName('compressedTexSubImage2D')
Implementation
@JSName('compressedTexSubImage2D')
void compressedTexSubImage2D3(
int target,
int level,
int xoffset,
int yoffset,
int width,
int height,
int format,
int imageSize,
int offset,
) native;