compressedTexSubImage3D2 method

  1. @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)
@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;