QSGTexture from Grayscale16 image format
I have a QImage
(m_sourceImage) set with the Grayscale16
format.
I want this image to be converted to a QSGTexture
object to use it inside a QSGSimpleTextureNode
.
I have a QImage
(m_sourceImage) set with the Grayscale16
format.
I want this image to be converted to a QSGTexture
object to use it inside a QSGSimpleTextureNode
.