FrontendCommon: Add a Vulkan host display interface

This commit is contained in:
Connor McLaughlin
2020-06-19 00:18:19 +10:00
parent 49d11988bf
commit 6aacf0019a
6 changed files with 599 additions and 10 deletions

View File

@ -139,6 +139,7 @@ public:
protected:
ALWAYS_INLINE bool HasSoftwareCursor() const { return static_cast<bool>(m_cursor_texture); }
ALWAYS_INLINE bool HasDisplayTexture() const { return (m_display_texture_handle != nullptr); }
void CalculateDrawRect(s32 window_width, s32 window_height, s32* out_left, s32* out_top, s32* out_width,
s32* out_height, s32* out_left_padding, s32* out_top_padding, float* out_scale,