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/Resource.h | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'Examples/WhisperDesktop/Resource.h') diff --git a/Examples/WhisperDesktop/Resource.h b/Examples/WhisperDesktop/Resource.h index f4a9af5..a4ccf94 100644 --- a/Examples/WhisperDesktop/Resource.h +++ b/Examples/WhisperDesktop/Resource.h @@ -13,6 +13,7 @@ #define IDD_MAIN_DIALOG 130 #define IDD_TRANSCRIBE_DIALOG 130 #define IDD_CAPTURE_DIALOG 131 +#define IDD_MODEL_ADV 132 #define IDC_PATH 1000 #define IDC_BROWSE 1001 #define IDC_MODEL_TYPE 1002 @@ -46,6 +47,10 @@ #define IDC_STALL_STATUS 1024 #define IDC_STALL_LBL 1025 #define IDC_TRANSLATE 1026 +#define IDC_MODEL_ADV 1027 +#define IDC_WAVE 1028 +#define IDC_WAVE2 1029 +#define IDC_RESHAPED_MAT_MUL 1029 #define IDC_STATIC -1 // Next default values for new objects @@ -55,7 +60,7 @@ #define _APS_NO_MFC 1 #define _APS_NEXT_RESOURCE_VALUE 131 #define _APS_NEXT_COMMAND_VALUE 32771 -#define _APS_NEXT_CONTROL_VALUE 1027 +#define _APS_NEXT_CONTROL_VALUE 1029 #define _APS_NEXT_SYMED_VALUE 110 #endif #endif -- cgit v1.2.3