We know that andriod/ios opengl es has a set of useful APIs such as gluPerspective() to sets up a perspective projection matrix, and glulookat() function defines a viewing transformation. These APIs packed in the tool GLU.
But I do not find GlView or EvasGL in Tizen support the tool GLU. Any one knows if GLU is support by Tizen OpenGL ES? Or if there is a plan to support it in the near future?