glTexSubImage2D_NOSIZE function

  1. @JS()
void glTexSubImage2D_NOSIZE(
  1. JSObject gl,
  2. int target,
  3. int level,
  4. int xoffset,
  5. int yoffset,
  6. int format,
  7. int type,
  8. JSAny? pixels,
)

Implementation

@JS()
external void glTexSubImage2D_NOSIZE(JSObject gl, int target, int level, int xoffset, int yoffset, int format, int type, JSAny? pixels);