glTexStorage3D function

  1. @JS()
void glTexStorage3D(
  1. JSObject gl,
  2. int target,
  3. int levels,
  4. int internalformat,
  5. int width,
  6. int height,
  7. int depth,
)

Implementation

@JS()
external void glTexStorage3D(JSObject gl, int target, int levels, int internalformat, int width, int height, int depth);