From 670f889b7e3af360fbd66ae34bc74e7e393edbfe Mon Sep 17 00:00:00 2001 From: Konstantin Date: Wed, 18 Jan 2023 21:10:40 +0100 Subject: GUI to force specific version of the compute shaders --- Examples/WhisperDesktop/AppState.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'Examples/WhisperDesktop/AppState.h') diff --git a/Examples/WhisperDesktop/AppState.h b/Examples/WhisperDesktop/AppState.h index 0a45a21..9824b42 100644 --- a/Examples/WhisperDesktop/AppState.h +++ b/Examples/WhisperDesktop/AppState.h @@ -44,6 +44,9 @@ public: HRESULT lastScreenLoad(); void setupIcon( CWindow* wnd ); + + uint32_t gpuFlagsLoad(); + void gpuFlagsStore( uint32_t flags ); }; constexpr HRESULT SCREEN_MODEL = 1; -- cgit v1.2.3