summaryrefslogtreecommitdiffstats
path: root/Examples/WhisperDesktop/AppState.h
diff options
context:
space:
mode:
authorKonstantin <const@const.me>2023-01-18 21:10:40 +0100
committerKonstantin <const@const.me>2023-01-18 21:10:40 +0100
commit670f889b7e3af360fbd66ae34bc74e7e393edbfe (patch)
tree268707bf77309527d2e9cac02b8adf93c01d4d30 /Examples/WhisperDesktop/AppState.h
parent11c399b70c7ad5664b6060b39632e6b9fa815350 (diff)
GUI to force specific version of the compute shaders
Diffstat (limited to 'Examples/WhisperDesktop/AppState.h')
-rw-r--r--Examples/WhisperDesktop/AppState.h3
1 files changed, 3 insertions, 0 deletions
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;