We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8f655d6 commit 2b3a2b0Copy full SHA for 2b3a2b0
1 file changed
src/linters/windows/ViveLayersLinter.cpp
@@ -34,9 +34,9 @@ class ViveLayersLinter final : public Linter {
34
const auto runtimeName = runtime->mName.value_or(runtime->mPath.string());
35
36
static const std::unordered_set<std::string_view> LayerNames {
37
+ "XR_APILAYER_VIVE_MR",
38
"XR_APILAYER_VIVE_hand_tracking",
39
"XR_APILAYER_VIVE_facial_tracking",
- "XR_APILAYER_VIVE_mr",
40
"XR_APILAYER_VIVE_srworks",
41
"XR_APILAYER_VIVE_xr_tracker",
42
};
0 commit comments