InstallEarly method

void InstallEarly(
  1. ChronosGL cgl,
  2. int type
)

Implementation

void InstallEarly(ChronosGL cgl, int type) {
  cgl.pixelStorei(GL_UNPACK_FLIP_Y_WEBGL, flipY ? 1 : 0);
}