Loading a DDS file in Qt5
General and Desktop
3
Posts
2
Posters
1.8k
Views
1
Watching
-
wrote on 17 Sept 2013, 17:05 last edited by
Hi,
in Qt 4, DDS files could be loaded through QGLPixelBuffer.
Is there a class/method to do so with Qt5 new OpenGL API?
Best regards, -
wrote on 18 Sept 2013, 01:35 last edited by
QGLContext::bindTexture()?
-
wrote on 18 Sept 2013, 08:49 last edited by
Hi,
thank you for your reply but I'm using QOPENGLContext and it isn't available yet.
Sean Harmer replied : "Not yet. I was hoping to do this for 5.2 but I’m running out of time before the feature freeze so it likely won’t make it until 5.3. I am hoping to get https://codereview.qt-project.org/#change,56462 finished soon which you should then be able to use with something like https://code.google.com/p/nvidia-texture-tools/."
2/3