Index: tools/vulkan/win/Window_win.h |
diff --git a/tools/vulkan/win/Window_win.h b/tools/vulkan/win/Window_win.h |
index 6b95b56d2c0f24cb82a32addd958759989956163..0be695dab56989c4e3ccecd7716e53be0b575575 100644 |
--- a/tools/vulkan/win/Window_win.h |
+++ b/tools/vulkan/win/Window_win.h |
@@ -23,6 +23,8 @@ public: |
bool attach(BackEndType attachType, int msaaSampleCount, AttachmentInfo*) override; |
+ void inval() override; |
+ |
private: |
HINSTANCE fHInstance; |
HWND fHWnd; |