diff options
| author | Konstantin <const@const.me> | 2023-01-18 21:10:40 +0100 |
|---|---|---|
| committer | Konstantin <const@const.me> | 2023-01-18 21:10:40 +0100 |
| commit | 670f889b7e3af360fbd66ae34bc74e7e393edbfe (patch) | |
| tree | 268707bf77309527d2e9cac02b8adf93c01d4d30 /Examples/WhisperDesktop/Resource.h | |
| parent | 11c399b70c7ad5664b6060b39632e6b9fa815350 (diff) | |
GUI to force specific version of the compute shaders
Diffstat (limited to 'Examples/WhisperDesktop/Resource.h')
| -rw-r--r-- | Examples/WhisperDesktop/Resource.h | 7 |
1 files changed, 6 insertions, 1 deletions
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 |
