glViewport function

  1. @JS()
void glViewport(
  1. JSObject gl,
  2. int x,
  3. int y,
  4. int width,
  5. int height,
)

Implementation

@JS()
external void glViewport(JSObject gl, int x, int y, int width, int height);