carlonluca / qtyuv

Test to decode and upload YUV images into GPU.
6 stars 0 forks source link

Qt6 migration #1

Open zxpan opened 2 years ago

zxpan commented 2 years ago

I do have hard time to convert to Qt6 using OpenGL, more specifically how to return QGSTexture pointer in material sharder object call which is updateSampledImage(RenderState &state, int binding, QSGTexture *texture, QSGMaterial newMaterial, QSGMaterial *oldMaterial)

Do you have insights on how to do it in Qt6?

carlonluca commented 2 years ago

I'm sorry, for the moment I have not worked on a Qt6 port.