You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: 03_DeviceSelectionAndSharedSources/main.cpp
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -17,7 +17,7 @@ using namespace video;
17
17
#include"app_resources/common.hlsl"
18
18
#include"Testers.h"
19
19
20
-
constexprbool ENABLE_TESTS = true;
20
+
constexprbool ENABLE_TESTS = false;
21
21
22
22
// This time we create the device in the base class and also use a base class to give us an Asset Manager and an already mounted built-in resource archive
23
23
classDeviceSelectionAndSharedSourcesAppfinal : public application_templates::MonoDeviceApplication, public application_templates::MonoAssetManagerAndBuiltinResourceApplication
0 commit comments