Merge commit 'e7d3be7bae2d9cdc82b49727eabaa44e434fc590' * commit 'e7d3be7bae2d9cdc82b49727eabaa44e434fc590': Update viewport when height or width change.
This commit is contained in:
@@ -112,8 +112,8 @@ bool Context::runRootScript()
|
||||
#endif
|
||||
rsAssert(mRootScript->mEnviroment.mIsRoot);
|
||||
|
||||
//glColor4f(1,1,1,1);
|
||||
//glEnable(GL_LIGHT0);
|
||||
eglQuerySurface(mEGL.mDisplay, mEGL.mSurface, EGL_WIDTH, &mEGL.mWidth);
|
||||
eglQuerySurface(mEGL.mDisplay, mEGL.mSurface, EGL_HEIGHT, &mEGL.mHeight);
|
||||
glViewport(0, 0, mEGL.mWidth, mEGL.mHeight);
|
||||
glColorMask(GL_TRUE, GL_TRUE, GL_TRUE, GL_TRUE);
|
||||
glEnable(GL_POINT_SMOOTH);
|
||||
|
||||
Reference in New Issue
Block a user