beatified
This commit is contained in:
parent
5e0eaf9f6d
commit
0b0933122c
|
@ -79,9 +79,9 @@ namespace
|
||||||
|
|
||||||
struct RenderTarget
|
struct RenderTarget
|
||||||
{
|
{
|
||||||
QRhiRenderTarget *rt = nullptr;
|
QRhiRenderTarget* rt = nullptr;
|
||||||
QRhiRenderPassDescriptor *rpDesc = nullptr;
|
QRhiRenderPassDescriptor* rpDesc = nullptr;
|
||||||
QRhiCommandBuffer *cb = nullptr;
|
QRhiCommandBuffer* cb = nullptr;
|
||||||
} m_rt;
|
} m_rt;
|
||||||
#endif
|
#endif
|
||||||
QRhiTexture* m_rhiTexture = nullptr;
|
QRhiTexture* m_rhiTexture = nullptr;
|
||||||
|
@ -367,7 +367,7 @@ bool QskSceneTexture::isDirty() const
|
||||||
Q_D( const QskSceneTexture );
|
Q_D( const QskSceneTexture );
|
||||||
return d->renderer ? d->renderer->isDirty() : true;
|
return d->renderer ? d->renderer->isDirty() : true;
|
||||||
}
|
}
|
||||||
|
|
||||||
QRectF QskSceneTexture::normalizedTextureSubRect() const
|
QRectF QskSceneTexture::normalizedTextureSubRect() const
|
||||||
{
|
{
|
||||||
return QRectF( 0, 1, 1, -1 );
|
return QRectF( 0, 1, 1, -1 );
|
||||||
|
|
Loading…
Reference in New Issue