summaryrefslogtreecommitdiffstats
path: root/Examples/WhisperDesktop/LoadModelDlg.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/LoadModelDlg.h
parent11c399b70c7ad5664b6060b39632e6b9fa815350 (diff)
GUI to force specific version of the compute shaders
Diffstat (limited to 'Examples/WhisperDesktop/LoadModelDlg.h')
-rw-r--r--Examples/WhisperDesktop/LoadModelDlg.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/Examples/WhisperDesktop/LoadModelDlg.h b/Examples/WhisperDesktop/LoadModelDlg.h
index a8d7aea..f11c0df 100644
--- a/Examples/WhisperDesktop/LoadModelDlg.h
+++ b/Examples/WhisperDesktop/LoadModelDlg.h
@@ -25,6 +25,7 @@ public:
COMMAND_ID_HANDLER( IDC_BROWSE, OnBrowse )
MESSAGE_HANDLER( WM_CALLBACK_STATUS, OnCallbackStatus )
NOTIFY_ID_HANDLER( IDC_HYPERLINKS, OnHyperlink )
+ ON_BUTTON_CLICK( IDC_MODEL_ADV, onModelAdvanced )
END_MSG_MAP()
BEGIN_DDX_MAP( LoadModelDlg )
@@ -66,4 +67,6 @@ private:
LRESULT OnHyperlink( int idCtrl, LPNMHDR pnmh, BOOL& bHandled );
static HRESULT __stdcall progressCallback( double val, void* pv ) noexcept;
+
+ void onModelAdvanced();
}; \ No newline at end of file