]> git.tdb.fi Git - libs/gl.git/commit
Split the Window-specific parts out of View
authorMikko Rasa <tdb@tdb.fi>
Tue, 19 Dec 2017 09:21:55 +0000 (11:21 +0200)
committerMikko Rasa <tdb@tdb.fi>
Tue, 19 Dec 2017 09:21:55 +0000 (11:21 +0200)
commite07b25a160c5d3231282df948017460ac581b4d7
treedda3aca86a9c79c6706612fc7097c5b50803ec0f
parentfd31e462d8acac7af890dad7dff8de76c1caa1a3
Split the Window-specific parts out of View

This should allow other types of views, such as VR::StereoView, to derive
from GL::View and present a uniform API.
source/view.cpp
source/view.h
source/windowview.cpp [new file with mode: 0644]
source/windowview.h [new file with mode: 0644]