]> git.tdb.fi Git - libs/gl.git/commit
Add OffscreenView class
authorMikko Rasa <tdb@tdb.fi>
Fri, 24 May 2019 17:49:41 +0000 (20:49 +0300)
committerMikko Rasa <tdb@tdb.fi>
Fri, 24 May 2019 17:49:41 +0000 (20:49 +0300)
commit4691b76467eadabfb0a7e810b12fe858a36ad519
tree7c763a0ed55050d7579d1c30acad99b38df8551f
parente598e9d8dacad73b7ee1688e2be738e94b07b9fa
Add OffscreenView class

This is a fairly thin wrapper around RenderTarget, mostly useful as an
abstraction.
source/offscreenview.cpp [new file with mode: 0644]
source/offscreenview.h [new file with mode: 0644]