PDA

View Full Version : QGLContext Issue



parmar
17th June 2010, 11:45
Hi List,

I am newbie to QT .But i am expeienced programmer in Oengl and OpenGL ES 2.0.
I have just gone through hellogl_es2 sample but i am not geeting where they are creating
QGLContext context.Any link or help will be appreciated.
RK

agathiyaa
17th June 2010, 12:25
Hi..

QGLWidget will create it internally for us.

As a graphics developer, you need not worry about it.

Qt Document is one of the best place to learn more about it. Please read on...

http://doc.trolltech.com/4.4/qtopengl.html

parmar
17th June 2010, 12:35
Thanks for your quick reply.
I will go through this link.

Regards,
Parmar.

parmar
17th June 2010, 15:17
I have just gone through the link,
but i didnt get ant clear idea.if
any one can help it will be great.

agathiyaa
17th June 2010, 17:37
can you please tell what are you looking for in QGLContext ?

parmar
18th June 2010, 10:25
i mean how context is creating, How QGLcontext is creating context internally.
I am not getting proper concept .How they are choosing OpenGL or OPenGL ES context
b/w them.How context depends on diiferent QGLWidget class .PLease help QT/OPenGL
gurus.