14 lines
208 B
Plaintext
14 lines
208 B
Plaintext
/*!
|
|
\headerfile QskTextureRenderer.h
|
|
\brief A renderer creating a QSGSimpleTextureNode from a QskGraphic
|
|
\sa QskGraphicTextureFactory::createTexture()
|
|
*/
|
|
|
|
class QskTextureRenderer
|
|
{
|
|
/*!
|
|
|
|
*/
|
|
};
|
|
|