17 lines
336 B
Plaintext
17 lines
336 B
Plaintext
/*!
|
|
\headerfile QskGraphicTextureFactory.h
|
|
\brief A QQuickTextureFactory creating a QSGTexture from a QskGraphic.
|
|
|
|
QskGraphicTextureFactory is a helper class to forward the creation
|
|
of textures for QQuickImage to the scene graph thread.
|
|
|
|
\sa QskGraphicImageProvider
|
|
*/
|
|
|
|
class QskGraphicTextureFactory
|
|
{
|
|
/*!
|
|
|
|
*/
|
|
};
|