Merge branch 'milek-dev' into gfx-work

This commit is contained in:
milek7
2018-10-14 22:29:39 +02:00
5 changed files with 32 additions and 18 deletions

View File

@@ -44,7 +44,8 @@ public:
{}
// methods
void run();
const texture_handle get_target() const { return m_target; }
void cancel();
auto target() const -> texture_handle { return m_target; }
private:
// members