resize abstract method

void resize(
  1. int width,
  2. int height,
  3. int pixelWidth,
  4. int pixelHeight,
)

notifies the backend about a view port resize that happened

Implementation

void resize(int width, int height, int pixelWidth, int pixelHeight);