New function to get thumbnail of render view

This commit is contained in:
Bruno
2021-04-22 23:38:00 +02:00
parent 97e7e5f4a1
commit eb54b67caa
3 changed files with 25 additions and 0 deletions

View File

@@ -22,6 +22,8 @@ public:
float fading() const;
inline FrameBuffer *frame () const { return frame_buffer_; }
FrameBufferImage *thumbnail () const;
};
#endif // RENDERVIEW_H