PDA

View Full Version : QtOpenGL - extract z-buffer information



sajis997
9th February 2012, 09:05
Hello forum

I am trying to convert a wxwidget application to Qt and one of the issues i am going through is

WX_GL_DEPTH_SIZE - Specifies number of bits for Z-buffer (typically 0, 16 or 32).


Is there any mechanism to access this information from Qt .

I have checked the manual and i have not found any.


Please let me know if i missed it. I am using Qt 4.3


Thanks
Sajjad

wysota
9th February 2012, 10:06
QGLFormat::depthBufferSize()