compressedTexSubImage2D3 method

  1. @JSName('compressedTexSubImage2D')
void compressedTexSubImage2D3 (int target int level int xoffset int yoffset int width int height int format int imageSize int offset)
@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;