beatified
This commit is contained in:
parent
5e0eaf9f6d
commit
0b0933122c
|
@ -79,9 +79,9 @@ namespace
|
|||
|
||||
struct RenderTarget
|
||||
{
|
||||
QRhiRenderTarget *rt = nullptr;
|
||||
QRhiRenderPassDescriptor *rpDesc = nullptr;
|
||||
QRhiCommandBuffer *cb = nullptr;
|
||||
QRhiRenderTarget* rt = nullptr;
|
||||
QRhiRenderPassDescriptor* rpDesc = nullptr;
|
||||
QRhiCommandBuffer* cb = nullptr;
|
||||
} m_rt;
|
||||
#endif
|
||||
QRhiTexture* m_rhiTexture = nullptr;
|
||||
|
|
Loading…
Reference in New Issue