compressedTexSubImage2D2 method
- @JSName('compressedTexSubImage2D')
Implementation
@JSName('compressedTexSubImage2D')
void compressedTexSubImage2D2(int target, int level, int xoffset, int yoffset,
int width, int height, int format, TypedData data, int srcOffset,
[int? srcLengthOverride]) native;