beatified

This commit is contained in:
Uwe Rathmann 2023-12-21 09:04:32 +01:00
parent 5e0eaf9f6d
commit 0b0933122c
1 changed files with 4 additions and 4 deletions

View File

@ -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;