FramebufferManager: Return framebuffer target size in GetTargetSize().

This commit is contained in:
Jules Blok
2014-12-25 00:57:52 +01:00
parent 1bbb323e97
commit 49137c7c2c
2 changed files with 21 additions and 23 deletions

View File

@ -101,6 +101,9 @@ private:
int slices;
} m_efb;
static unsigned int m_target_width;
static unsigned int m_target_height;
};
} // namespace DX11