glTexImage3D function

  1. @JS()
void glTexImage3D(
  1. JSObject gl,
  2. int target,
  3. int level,
  4. int internalformat,
  5. int width,
  6. int height,
  7. int depth,
  8. int border,
  9. int format,
  10. int type,
  11. JSAny? pixels,
)

Implementation

@JS()
external void glTexImage3D(JSObject gl, int target, int level, int internalformat, int width, int height, int depth, int border, int format, int type, JSAny? pixels);