Merge branch 'master' into features/effectnode

This commit is contained in:
Uwe Rathmann 2023-12-22 14:16:33 +01:00
commit 880ae2abdf
1 changed files with 2 additions and 0 deletions

View File

@ -76,7 +76,9 @@ namespace
#if QT_VERSION < QT_VERSION_CHECK( 6, 0, 0 )
QOpenGLFramebufferObject* m_fbo;
#endif
#if QT_VERSION < QT_VERSION_CHECK( 6, 4, 0 )
struct RenderTarget
{
QRhiRenderTarget* rt = nullptr;